Skip to content

IFileSystem.FileExists method

Checks whether a file exists at the specified path.

public bool FileExists(string path)
parameter description
path The path of the file.

Return Value

true if the file exists; otherwise, false.

See Also