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