$is folder empty

Allow you to check whether or not a folder is empty.


Example

Running this code will check if folder "C:\Users\user\Desktop\Test Folder" is empty. As shown in the alert box, the returned value is "False".

alert($plugin function("Data and Files Automation.dll", "$is folder empty", "C:\\Users\\user\\Desktop\\Test Folder"))

Running this code will check if folder "C:\Users\user\Desktop\Empty Test Folder" is empty. As shown in the alert box, the returned value is "True".

alert($plugin function("Data and Files Automation.dll", "$is folder empty", "C:\\Users\\user\\Desktop\\Empty Test Folder"))

Was this helpful?

Previous Article

$is folder

Next Article

$is folder exist