I am modifying a FoxPro 2.6 for Windows application where I need to prompt the user for selecting a file using the long file name scheme, instead of the 8.3 file name scheme. I would like to have the selected filename stored in a memory variable. Following is the code being used now:
* Allow user to select the filename/URL for attachment to add.
lcfilename = GETFILE("*","Select File","Select",0)
I'm guessing that using CALL32.DLL will be part of the solution, but I have never called any DLLs from within FoxPro.
Any guidance or code samples would be greatly appreciated.
Thanks,
Gene
* Allow user to select the filename/URL for attachment to add.
lcfilename = GETFILE("*","Select File","Select",0)
I'm guessing that using CALL32.DLL will be part of the solution, but I have never called any DLLs from within FoxPro.
Any guidance or code samples would be greatly appreciated.
Thanks,
Gene