getFsImplementation function
Gets the currently active filesystem implementation.
Implementation
FsOperations getFsImplementation() {
return _activeFs;
}
Gets the currently active filesystem implementation.
FsOperations getFsImplementation() {
return _activeFs;
}