Directory.Exist method
. Directory exist or not.
public static bool Exist(string dir)
parameter | description |
---|---|
dir | Path. |
Return Value
True or false.
See Also
- class Directory
- namespace LiTools.Helpers.IO
. Directory exist or not.
public static bool Exist(string dir)
parameter | description |
---|---|
dir | Path. |
True or false.