Quantcast
Channel: Adobe Community: Message List - FrameMaker Scripting
Viewing all articles
Browse latest Browse all 3715

Re: How to know if an object is a File or a Folder ?

$
0
0

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


Viewing all articles
Browse latest Browse all 3715

Trending Articles