File.Exist method
Check if a file exist.
public static bool Exist(string file)
| parameter | description |
|---|---|
| file | file path. |
Return Value
true or false.
See Also
- class File
- namespace LiTools.Helpers.IO
Check if a file exist.
public static bool Exist(string file)
| parameter | description |
|---|---|
| file | file path. |
true or false.