mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Move reading root directory to VFS.
This commit is contained in:
@@ -330,6 +330,14 @@ namespace RomRepoMgr.Core.Filesystem
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
internal IEnumerable<string> GetRootEntries()
|
||||
{
|
||||
if(_rootDirectoryCache.Count == 0)
|
||||
FillRootDirectoryCache();
|
||||
|
||||
return _rootDirectoryCache.Keys.ToArray();
|
||||
}
|
||||
}
|
||||
|
||||
internal sealed class CachedMachine
|
||||
|
||||
Reference in New Issue
Block a user