You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/VirtualFileSystem.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
-**[GetFile(string)](VFS.GetFile(string).md'Atypical.VirtualFileSystem.Core.VFS.GetFile(string)')**`Method` Gets a file node by its path.
45
45
The path must be absolute.
46
46
-**[GetRootPath()](VFS.GetRootPath().md'Atypical.VirtualFileSystem.Core.VFS.GetRootPath()')**`Method` Gets the path of the root directory.
47
+
-**[GetTree()](VFS.GetTree().md'Atypical.VirtualFileSystem.Core.VFS.GetTree()')**`Method` Gets the tree of the file system.
47
48
-**[IsEmpty()](VFS.IsEmpty().md'Atypical.VirtualFileSystem.Core.VFS.IsEmpty()')**`Method` Indicates whether the file system is empty.
48
49
This is the case if the root directory is empty.
49
50
-**[SelectDirectories(Func<IDirectoryNode,bool>)](VFS.SelectDirectories(Func_IDirectoryNode,bool_).md'Atypical.VirtualFileSystem.Core.VFS.SelectDirectories(System.Func<Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode,bool>)')**`Method` Finds all directory nodes that match the specified predicate.
@@ -174,6 +175,7 @@
174
175
-**[GetFile(string)](IVirtualFileSystem.GetFile(string).md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.GetFile(string)')**`Method` Gets a file node by its path.
175
176
The path must be absolute.
176
177
-**[GetRootPath()](IVirtualFileSystem.GetRootPath().md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.GetRootPath()')**`Method` Gets the path of the root directory.
178
+
-**[GetTree()](IVirtualFileSystem.GetTree().md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.GetTree()')**`Method` Gets the tree of the file system.
177
179
-**[IsEmpty()](IVirtualFileSystem.IsEmpty().md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.IsEmpty()')**`Method` Indicates whether the file system is empty.
178
180
This is the case if the root directory is empty.
179
181
-**[SelectDirectories(Func<IDirectoryNode,bool>)](IVirtualFileSystem.SelectDirectories(Func_IDirectoryNode,bool_).md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.SelectDirectories(System.Func<Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode,bool>)')**`Method` Finds all directory nodes that match the specified predicate.
0 commit comments