Tao.PhysFs SDK Documentation
Fs.PHYSFS_mkdir Method
[Visual Basic]
Public Shared Function PHYSFS_mkdir( _
ByVal
dirName
As
String
_
) As
Integer
[C#]
public static
int
PHYSFS_mkdir(
string
dirName
);
See Also
Fs Class
|
Tao.PhysFs Namespace