If you simply want to check, if the file/folder object you created points to a file/folder on your computer, maybe this might work:
if (File.exists) ...
or
if (Folder.exists) ...
Jürgen
If you simply want to check, if the file/folder object you created points to a file/folder on your computer, maybe this might work:
if (File.exists) ...
or
if (Folder.exists) ...
Jürgen