I have been using ADIR() for a while now to get a list of filenames within a directory.
Now I have to use those filenames, send them to a Linux system and have a user do things with them there.
The problem is that in VFP7 ADIR() delivers the list of filenames in all CAPS and the Linux system is case-sensitive. Therefore when the capitalization of the filename does not match, the application screen within the Linux system tells the user that the file does not exist.
I have no control over the Linux system's vendor-supplied application so I cannot address the problem from that side. Therefore I need to prepare a list from the VFP7 side which shows the accurate filename capitalization.
Any suggestions?
Thanks,
JRB-Bldr
Now I have to use those filenames, send them to a Linux system and have a user do things with them there.
The problem is that in VFP7 ADIR() delivers the list of filenames in all CAPS and the Linux system is case-sensitive. Therefore when the capitalization of the filename does not match, the application screen within the Linux system tells the user that the file does not exist.
I have no control over the Linux system's vendor-supplied application so I cannot address the problem from that side. Therefore I need to prepare a list from the VFP7 side which shows the accurate filename capitalization.
Any suggestions?
Thanks,
JRB-Bldr