View on GitHub

LiTools

Tools

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