IUploadStorage.FileExists method
Returns if a file at path exists.
public bool FileExists(string path)
| parameter | description |
|---|---|
| path | File path |
Return Value
true if the file exists; otherwise, false.
See Also
- interface IUploadStorage
Returns if a file at path exists.
public bool FileExists(string path)
| parameter | description |
|---|---|
| path | File path |
true if the file exists; otherwise, false.