View on GitHub

LiTools

Tools

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