Workspace 6.21.5
|
See https://doc.qt.io/qt-5/qfileinfo.html
Inputs: | |||
---|---|---|---|
Path | QString | Path of an existing file or directory. | |
Native separators | bool | Use native separators in the output. | |
Outputs: | |||
Canonical path | QString | Returns the file's path canonical path (excluding the file name), i.e. an absolute path without symbolic links or redundant "." or ".." elements. | |
Canonical file path | QString | Returns the canonical path including the file name, i.e. an absolute path without symbolic links or redundant "." or ".." elements. | |
Base file path | QString | Returns 'Canonical file path' without suffix | |
Base name | QString | Returns the base name of the file without the path. | |
Complete base name | QString | Returns the complete base name of the file without the path. | |
Suffix | QString | Returns the suffix (extension) of the file. | |
Complete suffix | QString | Returns the complete suffix (extension) of the file. | |
Exists | bool | Returns the complete suffix (extension) of the file. | |
Last modified | QDateTime | Returns the date and local time when the file was last modified. | |
Size | int | Returns the file size in bytes. If the file does not exist or cannot be fetched, 0 is returned. |