Properties

NameInfoSet Info

name

the name of the folder

path

full path for the folder

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

path encoded

full path for the folder with encoded characters

system path

full system path for the folder

number of files

the number of files in the folder (not including folders)

number of folders

the number of folders in the folder (not including files)

exists

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

date created

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

date modified

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

current date

the current date according to the "date format" folder 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 folder (in bytes) *this action can be very slow on large folders and freeze the program while calculating the size

parent folder

the folder that contains this folder

this folder

this folder

specify a folder

Last updated