2 implementations of FileSystemInfo
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileMountPoint.cs (1)
109
public IFileSystemInfo?
FileSystemInfo
(string path)
Mount\FileSystem\FileSystemMountPoint.cs (1)
59
public IFileSystemInfo
FileSystemInfo
(string path)
1 reference to FileSystemInfo
Microsoft.TemplateEngine.Utils (1)
FileSystemInfoExtensions.cs (1)
62
return info.MountPoint.
FileSystemInfo
(fullPath);