Represents a file in a virtual file system. This is the base interface for all file types.
public interface IFileNode : Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNodeDerived
↳ BinaryFileNode
↳ FileNode
↳ IBinaryFileNode
Implements IVirtualFileSystemNode
| Properties | |
|---|---|
| Content | Gets the content of the file as a string. The encoding is in UTF-8. |