Properties

NameInfoSet Info

name

the name of the file (without extension)

path

full path for the file

use "/" forward slash as a separation between the folders and finish with the file name and extension example- C:/Users/Your User name/desktop/my_file.txt or ~/desktop/my_file.txt start with the "~" character to reference the user path

path encoded

full path for the file with encoded characters

system path

full system path for the file

data

the text data of the file

exists

checks if the file exists in the computer (using the file "path" property)

extension

the extension of the file

date created

the creation date of the file according to the "date format" file property

date modified

the modification date of the file according to the "date format" file property

current date

the current date according to the "date format" file property

date format

a custom text formatting for a date

use the tokens D/DD/MM/YY/YYYY/mm/ss with any separator between them to create a custom formatted date for example DD_MM - YYYY will result 10_02 - 2022 Month - M --> 1 2 ... 11 12 , MM --> 01 02 ... 11 12 , MMM --> Jan Feb ... Nov Dec , MMMM --> January February ... November December Day of Month - D --> 1 2 ... 30 31 , Do --> 1st 2nd ... 30th 31st , DD --> 01 02 ... 30 31 Day of Week - d --> 0 1 ... 5 6 , ddd --> Sun Mon ... Fri Sat , dddd --> Sunday Monday ... Friday Saturday Year - YY --> 70 71 ... 29 30 , YYYY --> 1970 1971 ... 2029 2030 AM/PM - A --> AM PM , a --> am pm Hour - H --> 0 1 ... 22 23 , HH --> 00 01 ... 22 23 , h --> 1 2 ... 11 12 , hh --> 01 02 ... 11 12 Minutes - m --> 0 1 ... 58 59 , mm --> 00 01 ... 58 59 Seconds - s --> 0 1 ... 58 59 , ss --> 00 01 ... 58 59 Timezone - Z --> -07:00 -06:00 ... +06:00 +07:00 , ZZ --> -0700 -0600 ... +0600 +0700

size

the size of the file (in bytes)

parent folder

the folder that contains this file

is image sequence

checks if the file is set as an image sequence file

this file

this file

specify a file

Last updated