getDirectory abstract method

DirectoryInfoBase? getDirectory(
  1. String path
)

Returns an instance of DirectoryInfoBase that represents a subdirectory

Implementation

DirectoryInfoBase? getDirectory(String path);