-
Get folder path and save the path in local storage until the path is changed.
Hi im new to After effects scripting,
Im trying to get the file path from the folder that is being selected.
Lets say i have a project folder in my local drive and I navigate the Dialog to that project folder.
But the problem is every time i restart the application that i need to select the folder path.
Is there a way that i can save the path in localStorage and fetch the temp path from here, unless the project folder is in the same path.
{
var selectFolder = Folder.selectDialog("Select the Project Folder...");
alert(selectFolder.fsName);
}
Sorry, there were no replies found.