IFileSystem.DirectoryExists method
namespace: Serenity assembly: Serenity.Net.Core
Checks if directory exists
public bool DirectoryExists(string path)
| parameter | description |
|---|---|
| path | Path to the directory |
Return Value
True if exists
See Also
- interface IFileSystem