FileInfoWrap class FileInfoWrap : IFileInfo Represents a class object wrapper for the FileInfo class. Documentation Code public IDirectoryInfo Directory { get; } public bool Exists { get; } public string FullName { get; } public long Length { get; } public string Name { get; } public void Refresh()