Hi Everyone!
I am trying to copy a shortcut file from a directory on
my network to the desktop of a users computer. The problem
I am having is that under Windows 2000 a users desktop
directory is under the directory Documents and Settings.
When I try to get FoxPro to copy to c:\documents and
settings\kevin\desktop\ I keep getting invalid directory
or path errors. Anyone have any ideas on how to copy to
this directory? Also I can't string a path name together.
Example :
k = kevin
path = 'c:\documents and settings\'+'k'+'\desktop\
copy file k:\test\sbtest.lnk to path - This will not work
eithier
Thanks