MkDir Function | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax FUNCTION MkDir(
cPath AS STRING
) AS LONG
public static int MkDir(
string cPath
)
Request Example
View SourceParameters
- cPath
- Type: String
Return Value
Type:
LongSee Also