TrustedUser
2,147
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 17: | Line 17: | ||
} | } | ||
// access f | // access f | ||
</ | </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 | ||
</ | </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). |