V
Valeriy Bashkatov
Guest
Hi, To check a file exists on disk: file-info:file-name = FullFilePath. if file-info:full-pathname = ? then do: /* file path specified does not exist */ /* do what you want.*/ end. else do: message "File already exist!" view-as alert-box. end.
Continue reading...
Continue reading...