getFileInfo

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

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

Throws

A FileException is thrown if the file does not exist.

Meta