File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/Atypical.VirtualFileSystem.Core/SystemOperations/Commands Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,4 @@ public IVirtualFileSystem CreateDirectory(VFSDirectoryPath directoryPath)
1919
2020 return this ;
2121 }
22-
23- /// <inheritdoc cref="IVirtualFileSystem.CreateDirectory(string)" />
24- public IVirtualFileSystem CreateDirectory ( string directoryPath )
25- => CreateDirectory ( new VFSDirectoryPath ( directoryPath ) ) ;
2622}
Original file line number Diff line number Diff line change @@ -23,8 +23,4 @@ public IVirtualFileSystem DeleteDirectory(VFSDirectoryPath directoryPath)
2323
2424 return this ;
2525 }
26-
27- /// <inheritdoc cref="IVirtualFileSystem.DeleteDirectory(string)" />
28- public IVirtualFileSystem DeleteDirectory ( string directoryPath )
29- => DeleteDirectory ( new VFSDirectoryPath ( directoryPath ) ) ;
3026}
You can’t perform that action at this time.
0 commit comments