Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #537
| From | "Nobody" <nobody@nobody.com> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: ShellFileCopy API - Windows sometimes returns "File is too large for destination file system" error |
| Date | 2011-12-06 17:07 -0500 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <jbm3m7$78i$1@speranza.aioe.org> (permalink) |
| References | <1f8479de-ae1b-44c7-8f49-ed1f4ca257a3@4g2000yqu.googlegroups.com> |
"techman41973" <techman41973@yahoo.com> wrote in message news:1f8479de-ae1b-44c7-8f49-ed1f4ca257a3@4g2000yqu.googlegroups.com... >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? Not enough information. For example, how much free space on the destination drive? How many characters in the path? Perhaps they exceed MAX_PATH, which is 260.
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar
ShellFileCopy API - Windows sometimes returns “File is too large for destination file system” error techman41973 <techman41973@yahoo.com> - 2011-12-06 12:25 -0800
Re: ShellFileCopy API - Windows sometimes returns "File is too large for destination file system" error "Mayayana" <mayayana@invalid.nospam> - 2011-12-06 17:06 -0500
Re: ShellFileCopy API - Windows sometimes returns "File is too large for destination file system" error "Nobody" <nobody@nobody.com> - 2011-12-06 17:07 -0500
Re: ShellFileCopy API - Windows sometimes returns "File is too large for destination file system" error ralph <nt_consulting64@yahoo.net> - 2011-12-06 17:11 -0600
csiph-web