File.FileExists method
Do file exist?.
public static bool FileExists(string filename)
parameter | description |
---|---|
filename | Path to file. |
Return Value
true if the file exist.
See Also
- class File
- namespace LiTools.Helpers.IO
Do file exist?.
public static bool FileExists(string filename)
parameter | description |
---|---|
filename | Path to file. |
true if the file exist.