Function getFileInfo
Stores information about the specified file/directory into 'info'
FileInfo getFileInfo
(
GenericPath!(vibe.core.path.PosixPathFormat) path
) @trusted;
FileInfo getFileInfo
(
string path
) @safe;
Throws
A FileException
is thrown if the file does not exist.