|
|
Post by Kazuya_UK on Oct 13, 2005 6:22:33 GMT -5
Searched on google for this, not 100% sure about it but I found this: Can't use character device names in file names (Error 320) Specifics From within Visual Basic, you can't give a file the same name as a character device driver. This error has the following cause and solution: * You tried to use a file name such as AUX, CON, COM1, COM2, LPT1, LPT2, LPT3, LPT4, or NUL. Give the file another name. None of those filenames will work, so it is intentional, not a glitch  Kaz
|
|