A
anthony
I have some code that runs from a button on a form, the purpose of
which is to copy a file into a folder. So, why does:
FileCopy strFile, strPath
give me "Path/file access error" when the value of strFile is "D:\data
\igdb\photos\all photos\20080314130700.jpg" and the value of strPath
is "D:\data\igdb\photos\all photos\2290"?
If I use xcopy in a command window using those exact same values, the
file copies
which is to copy a file into a folder. So, why does:
FileCopy strFile, strPath
give me "Path/file access error" when the value of strFile is "D:\data
\igdb\photos\all photos\20080314130700.jpg" and the value of strPath
is "D:\data\igdb\photos\all photos\2290"?
If I use xcopy in a command window using those exact same values, the
file copies