Tao.PhysFs SDK Documentation

Fs.PHYSFS_setWriteDir Method 

[Visual Basic]
Public Shared Function PHYSFS_setWriteDir( _
   ByVal newDir As String _
) As Integer
[C#]
public static int PHYSFS_setWriteDir(
   string newDir
);

See Also

Fs Class | Tao.PhysFs Namespace