Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.4 KB

File metadata and controls

27 lines (17 loc) · 1.4 KB

VFSConvenienceExtensions.Exists(this IVirtualFileSystem, string) Method

Checks if a file or directory exists at the specified path.

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

Parameters

vfs IVirtualFileSystem

The virtual file system.

path System.String

The path to check as a string.

Returns

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