Tao.PhysFs SDK Documentation

Fs.PHYSFS_getWriteDir Method 

Get path where PhysicsFS will allow file writing.

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

Return Value

string of write dir in platform-dependent notation, OR NULL IF NO WRITE PATH IS CURRENTLY SET.

Remarks

Get the current write dir. The default write dir is NULL.

See Also

Fs Class | Tao.PhysFs Namespace | PHYSFS_setWriteDir