IFileSystem.FileExists method

namespace: Serenity   assemblySerenity.Net.Core

Checks if file exists

public bool FileExists(string path)
parameter description
path Path to the file

Return Value

True if exists

See Also