Hi,
I have an old VFP 6 application that uses a select into statement to copy a file to a users root directory.
SELECT *
FROM address
INTO c:\address
I now need to copy that file to the users my documents directory. I have 30 users with different my document directory names. Is there a simple way to find out what the my document directory name is so I could copy the file to it?
Thanks,
Mark
I have an old VFP 6 application that uses a select into statement to copy a file to a users root directory.
SELECT *
FROM address
INTO c:\address
I now need to copy that file to the users my documents directory. I have 30 users with different my document directory names. Is there a simple way to find out what the my document directory name is so I could copy the file to it?
Thanks,
Mark