Closed bnoazx005 closed 4 years ago
Current implementation of the file system doesn't correspond to existing demands. The list of problems should be revisited:
[x] Change the way virtual paths are resolved with the file system
[x] Instead of duplicate of ResolveVirtualPath's implementation move its definition into CBaseFileSystem.
Now all virtual paths should start from vfs:// prefix
vfs://
Implemented in 490f8b8296530dabc6d51a66cf358d166f61c22d
Description
Current implementation of the file system doesn't correspond to existing demands. The list of problems should be revisited:
[x] Change the way virtual paths are resolved with the file system
[x] Instead of duplicate of ResolveVirtualPath's implementation move its definition into CBaseFileSystem.