Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.41 KB

File metadata and controls

27 lines (17 loc) · 1.41 KB

VFSConvenienceExtensions.FileExists(this IVirtualFileSystem, string) Method

Checks if a file exists at the specified path.

public static bool FileExists(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);

Parameters

vfs IVirtualFileSystem

The virtual file system.

filePath System.String

The file path as a string.

Returns

System.Boolean
True if the file exists, false otherwise.