getFileInfo

Stores information about the specified file/directory into 'info'

  1. FileInfo getFileInfo(NativePath path)
    @safe @trusted
    getFileInfo
  2. FileInfo getFileInfo(string path)

Throws

A FileException is thrown if the file does not exist.

Meta