getFile2 abstract method

  1. @Deprecated('Use getFile() instead')
SomeFileResult getFile2(
  1. String path
)

Return information about the file at the given absolute, normalized path.

Implementation

@Deprecated('Use getFile() instead')
SomeFileResult getFile2(String path);