Tao.PhysFs SDK Documentation

Fs.PHYSFS_getBaseDir Method 

Get the path where the application resides.

[Visual Basic]
Public Shared Function PHYSFS_getBaseDir() As String
[C#]
public static string PHYSFS_getBaseDir();

Return Value

string of base dir in platform-dependent notation.

Remarks

Helper function.

Get the "base dir". This is the directory where the application was run from, which is probably the installation directory, and may or may not be the process's current working directory.

You should probably use the base dir in your search path.

See Also

Fs Class | Tao.PhysFs Namespace | PHYSFS_getUserDir