| Category: File Name |
| Pattern |
Button Caption |
Example |
Explanation |
| ${FILE_FULL_NAME} |
Full file name |
Show Me c:\testpath\TestFile.ext |
The full file name include the drive, path, file name and file extension |
| ${FILE_NAME} |
File name |
Show Me TestFile.ext |
File name and file extension, not include the path |
| ${FILE_EXT} |
File extension |
Show Me ext |
File extension only, without leading dot |
| ${FILE_PATH} |
File path |
Show Me c:\testpath |
File path, without trailing backslash |
| ${FILE_NAME_ONLY} |
File name only |
Show Me TestFile |
Only file name, without extension |
| ${FILE_DRIVE} |
File drive |
Show Me c |
The driver such as ''C'', ''D'', without trailing colon. If the file is a UNC name, this return the machine name. |
| ${FILE_TYPE} |
File type |
Show Me Text document Microsoft Word Document |
File type information |
| ${FILE_MD5} |
File MD5 |
Show Me D41D8CD98F00B204E9800998ECF8427E |
File MD5 checksum |
| ${FILE_SIZE} |
File size |
Show Me 309183 |
File size |
| ${FILE_LIST_SIZE} |
File list size |
Show Me 5236830192 |
File total size |
| ${FILE_TOTAL_SIZE} |
File all size |
Show Me 5236830192871 |
All files size in all file groups. If only one file list exists, this is same as %FILE_LIST_SIZE |
| ${FILE_INDEX} |
File index |
Show Me 5 |
The file index. It will be counted from 0 by default, but you can also config the start value |
| ${FILE_COUNT} |
File count |
Show Me 398 |
The total file count in the file list to export |
| ${FILE_TOTAL_COUNT} |
File total count |
Show Me 398 |
The file count in all groups to export. If only one file list exists, this is same as %FILE_COUNT |