techman41973
2011-12-06 20:25:39 UTC
I have a program I wrote in Visual Basic that copies a file from one
directory into another directory at a prescribed interval. The Visual
Basic programs uses the ShellFileCopy API function
http://www.ex-designz.net/apidetail.asp?api_id=357
http://www.freevbcode.com/ShowCode.asp?ID=499
99% of the time, the program works fine.
However occasionally, I get a Windows error that pop's up that says
"File is too large for the destination file system"
This is extremely baffling as the size of the file that is being
copied is under 1MB.
Does anyone have any idea to what would be triggering this error in
Windows 7?
Thanks
directory into another directory at a prescribed interval. The Visual
Basic programs uses the ShellFileCopy API function
http://www.ex-designz.net/apidetail.asp?api_id=357
http://www.freevbcode.com/ShowCode.asp?ID=499
99% of the time, the program works fine.
However occasionally, I get a Windows error that pop's up that says
"File is too large for the destination file system"
This is extremely baffling as the size of the file that is being
copied is under 1MB.
Does anyone have any idea to what would be triggering this error in
Windows 7?
Thanks