Skip to content

FileSystemExtensions.GetFileName method

Gets the file name for the specified path.

public static string GetFileName(this IFileSystem _, string path)
parameter description
_ The file system.
path The path.

Return Value

The file name.

See Also