Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putfile problem
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00126062
Message ID:
00126154
Views:
22
>>>>The PUTFILE function returns the path and filename in uppercase. Is there a simple workaround?
>>>>
>>>>It's just those damn picky users. Pick, pick, pick.
>>>>
>>>>paul
>>>
>>>how about
>>>
lcFileName = putfile()
>>>if !empty(lcFileName)
>>>    lcFileName = lower(lcFileName)
>>>endif
>>>
>>
>>Or Proper(lcFileName) && That will confuse them
>>
>>Wayne
>
>Thanks guys. Lower and proper are better than upper but still not as good as mixed case. Appreciate the tips though.
>
>paul

Hi Paul,

Use the Common Dialogs ActiveX control. That'll return filenames, and paths in the way they show up and will show up in the Explorer.

hth,
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform