|
latrobeit -> Copybix BUG (21.Jun.2009 8:36:35 PM)
|
The program copybix.exe fails to copy more than 32767 bix files. Thought I could add more info. This is the error below. looks like a int was used where long might help. Unhandled Exception: System.IO.IOException: The directory or file cannot be created. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at System.IO.File.Copy(String sourceFileName, String destFileName) at copybix.Program.CopyBix(String path) at copybix.Program.CopyBix(String path) at copybix.Program.Main(String[] args)
|
|
|
|