Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if file exists only in a particular place
Message
From
05/10/2007 17:33:48
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
05/10/2007 17:28:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01258744
Message ID:
01259103
Views:
34
>>>>I was refering to yours modification. However Cetin's code has the same probem. It'll check if file 'EMPS.exe' exists anywhere along VFP search path. To check for a file in specific location, you can use SYS(2000) or ADIR()
>>>
>>>Tssk tssk:) I think you made a typo.
>>>
>>>lcFileName = "AlocalFile.txt"
>>>STRTOFILE("Are you sure?",m.lcfileName)
>>>
>>>? "Exists in search path",;
>>> FILE(m.lcfileName)
>>>? "Exists in the same folder where exe is",;
>>> FILE(forcepath(m.lcFileName,justpath(application.servername)))
>>>
>>>ERASE (m.lcFileName)
>>>
Cetin
>>
>>Ok, you two take it to the street, but which one is the one to use? They both work, right? Why did Sergey think I needed to use SYS(2000) to handle it?
>
>I think he glaced at but didn't read:)
>Don't worry we don't "take it to the street", just remind eachother.
>Cetin

Didn't really care about his inability to read, but is one better to use than the other?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform