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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@
102
102
-**[Path](VFSNode.Path.md'Atypical.VirtualFileSystem.Core.Abstractions.VFSNode.Path')**`Property` Gets the creation time of the node.
103
103
-**[VFSPath](VFSPath.md'Atypical.VirtualFileSystem.Core.Abstractions.VFSPath')**`Class` Represents a file system entry (file or directory) in the virtual file system.
104
104
-**[VFSPath(string)](VFSPath.VFSPath(string).md'Atypical.VirtualFileSystem.Core.Abstractions.VFSPath.VFSPath(string)')**`Constructor` Creates a new instance of [VFSPath](VFSPath.md'Atypical.VirtualFileSystem.Core.Abstractions.VFSPath').
105
-
-**[VFSPathRegex](VFSPath.VFSPathRegex.md'Atypical.VirtualFileSystem.Core.Abstractions.VFSPath.VFSPathRegex')**`Field` Regex for matching a valid file system path.
106
105
-**[Depth](VFSPath.Depth.md'Atypical.VirtualFileSystem.Core.Abstractions.VFSPath.Depth')**`Property` Gets the depth of the file system entry.
107
106
The root directory has a depth of 0.
108
107
The depth of a file is the depth of its parent directory plus one.
0 commit comments