Directory.Exists
public static bool Exists(string path);
Parameters
| path | The path to test. |
Description 描述
Determines whether the given path refers to an existing directory.
| path | The path to test. |
Determines whether the given path refers to an existing directory.