View on GitHub

LiTools

Tools

Directory.Exist method

. Directory exist or not.

public static bool Exist(string dir)
parameter description
dir Path.

Return Value

True or false.

See Also