getFile method
Returns an instance of FileInfoBase that represents a file in the directory
Implementation
@override
FileInfoBase? getFile(String name) =>
FileInfoWrapper(_directoryInfo.fileSystem.file(p.join(fullName, name)));
Returns an instance of FileInfoBase that represents a file in the directory
@override
FileInfoBase? getFile(String name) =>
FileInfoWrapper(_directoryInfo.fileSystem.file(p.join(fullName, name)));