getFileInfo

Returns file information about multiple files at once.

This version of getFileInfo is more efficient than many individual calls to the singular version.

  1. FileInfo getFileInfo(NativePath path)
  2. FileInfo getFileInfo(string path)
  3. FileInfoResult[] getFileInfo(const(NativePath)[] paths)
    @safe nothrow
    getFileInfo
    (
    const(NativePath)[] paths
    )

Meta