Tao.PhysFs SDK Documentation

Fs.PHYSFS_setSaneConfig Method 

[Visual Basic]
Public Shared Function PHYSFS_setSaneConfig( _
   ByVal organization As String, _
   ByVal appName As String, _
   ByVal archiveExt As String, _
   ByVal includeCdRoms As Integer, _
   ByVal archivesFirst As Integer _
) As Integer
[C#]
public static int PHYSFS_setSaneConfig(
   string organization,
   string appName,
   string archiveExt,
   int includeCdRoms,
   int archivesFirst
);

See Also

Fs Class | Tao.PhysFs Namespace