Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6: Long file name and erasing
Message
From
24/04/2002 13:07:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648751
Message ID:
00648766
Views:
27
>I am copying and erasing files that have long file names. They are BMP
>files with name as YYYYMMDDHHMMSS.BMP. I did think it was any problems
>until today when I tried to ERASE a file and it wouldn't do it. I then
>tried 200204~1.bmp and it worked. Why did this just show up now? How am I
>going to program that file name?

Any chance of an embedded blank in the filename? That can cause problems.

IAC, you should be able to use ERASE with the long file name, but surround it with quotes to be sure it can handle whatever's there:

cFileName = '"' + cFileName + '"'
ERASE (cFileName)

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform