Dos FileNames
Nancy Palmquist
nlp at vss3.com
Thu Aug 26 12:45:23 PDT 2004
Art Moore wrote:
> Jeroen,
>
> Thank you for your response. Your suggestion of using two slashes
> instead of one worked to the extent that the error message is properly
> syntaxed. It still tells me that the file does not exist and that just
> is not correct. I have tried other directories and so far the only one
> that works is a single directory that has only 8 characters.
>
> Hoping to get some other responses...
>
> Art
What version of filePro and OS are you working with? The DOS versions
or Win95 or older will only work with 8.3 filenames.
HINT: display strings containing \ characters as follows:
if: string co chr("92")
then: msgbox xlate(string,chr("92"),"/")
This will make any string display correctly. It will change all
backslashes to forward slashes. Allows for OS compatibility as well as
good displays.
Nancy
--
Nancy Palmquist
Virtual Software Systems
PHONE: (412) 835-9417 Web site: http://www.vss3.com
More information about the Filepro-list
mailing list