getFile abstract method

FileInfoBase? getFile(
  1. String path
)

Returns an instance of FileInfoBase that represents a file in the directory

Implementation

FileInfoBase? getFile(String path);