[progress Communities] [progress Openedge Abl] Forum Post: Re: Create A File Only One Time

  • Thread starter Thread starter Valeriy Bashkatov
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top