Difference between revisions of "HOWTO-Open Files"

Jump to navigation Jump to search
18 bytes added ,  15:17, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 17: Line 17:
}
}
// access f
// access f
</source>
</syntaxhighlight>


Or, you want to open a file called "datafile.dat" in a subdirectory "data" of the game directory:
Or, you want to open a file called "datafile.dat" in a subdirectory "data" of the game directory:
Line 28: Line 28:
}
}
// access f
// access f
</source>
</syntaxhighlight>


This functions by searching through a default search path managed by the SearchManager (short: SearchMan).
This functions by searching through a default search path managed by the SearchManager (short: SearchMan).
TrustedUser
2,147

edits

Navigation menu