Tao.PhysFs SDK Documentation

Fs.PHYSFS_delete Method 

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

See Also

Fs Class | Tao.PhysFs Namespace