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
@@ -46,6 +46,7 @@
46
46
-**[GetRootPath()](VFS.GetRootPath().md'Atypical.VirtualFileSystem.Core.VFS.GetRootPath()')**`Method` Gets the path of the root directory.
47
47
-**[IsEmpty()](VFS.IsEmpty().md'Atypical.VirtualFileSystem.Core.VFS.IsEmpty()')**`Method` Indicates whether the file system is empty.
48
48
This is the case if the root directory is empty.
49
+
-**[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.
49
50
-**[ToString()](VFS.ToString().md'Atypical.VirtualFileSystem.Core.VFS.ToString()')**`Method` Returns the index as an ASCII tree.
50
51
-**[TryGetDirectory(VFSDirectoryPath, IDirectoryNode)](VFS.TryGetDirectory(VFSDirectoryPath,IDirectoryNode).md'Atypical.VirtualFileSystem.Core.VFS.TryGetDirectory(Atypical.VirtualFileSystem.Core.ValueObjects.VFSDirectoryPath, Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode)')**`Method` Try to get a directory node by its path.
51
52
The path must be absolute.
@@ -175,6 +176,7 @@
175
176
-**[GetRootPath()](IVirtualFileSystem.GetRootPath().md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.GetRootPath()')**`Method` Gets the path of the root directory.
176
177
-**[IsEmpty()](IVirtualFileSystem.IsEmpty().md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.IsEmpty()')**`Method` Indicates whether the file system is empty.
177
178
This is the case if the root directory is empty.
179
+
-**[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.
178
180
-**[TryGetDirectory(VFSDirectoryPath, IDirectoryNode)](IVirtualFileSystem.TryGetDirectory(VFSDirectoryPath,IDirectoryNode).md'Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem.TryGetDirectory(Atypical.VirtualFileSystem.Core.ValueObjects.VFSDirectoryPath, Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode)')**`Method` Try to get a directory node by its path.
179
181
The path must be absolute.
180
182
If the directory node does not exist, this method returns `false`
0 commit comments