Allows you to check if the folder exists.
Example
Running this code will check if the folder "C:\Users\user\Desktop\Test Folder1" exists. As shown in the alert box, the returned value is "False".
alert($plugin function("Data and Files Automation.dll", "$is folder exist", "C:\\Users\\user\\Desktop\\Test Folder1"))
Running this code will check if the folder "C:\Users\user\Desktop\Test Folder" exists. As shown in the alert box, the returned value is "True".
alert($plugin function("Data and Files Automation.dll", "$is folder exist", "C:\\Users\\user\\Desktop\\Test Folder"))