View on GitHub

LiTools

Tools

Directory.DirectoryCreate method

Create directory.

public static bool DirectoryCreate(string folder)
parameter description
folder Path to create.

Return Value

true or false.

See Also