• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[C++] GetDirectory()

JoccE

CopyLeft (ɔ)
Joined
Aug 26, 2007
Messages
3,418
Solutions
1
Reaction score
92
Location
Sweden, Stockholm
I'm working on a project in school and can't figure out how
GetDirectory(); and SetDirectory()M works :/ (C++)

It should do GetDirectory and store that in a string then i have some functions that changes dir and looking for files and after that i want it too go back too the spot i saved with GetDirectory with SetDirectory :p

Anyone got a clue how it works?
 
hmm why not in LUA?
 
i know -.- but it's a C++ class so..

and it's in the middle of a code i need this... Just need to know what attributes and shit too add in the ()

and if you don't know don't answer..
 
Back
Top