Directory name check

alok_mits

New Member
How to check a particular directory is available or not in the system..it may be outsite the propath...
i tried with the "
FILE-INFO:FULL-PATHNAME" but it is giving "?" always..

With Regards,
 

parul

Member
Try
File-info:file-name = "path of your directory".

if file-info:full-pathname <> ? then
message "directory exists" view-as alert-box.
 
Top