getFileInfo

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

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

Throws

A FileException is thrown if the file does not exist.

Meta