"DAVIS, Martin" <[EMAIL PROTECTED]> wrote: >"I get error 1 (manager argument error) when trying to create files that >have long filenames (128 chars or more). The operating system allows at >least 255 chars. How can I get around this problem? Both the "open file" >and "New file" functions return error 1."
This one seems strange. I never encountered such a limit although Windows certainly can have troubles with file names longer than 259 characters. I just tested it and could confirm that everything works fine until the file name reaches 260 characters. In that case LabVIEW returns error 6 at the New File function primitive though. This is LabVIEW 7 and W2K. Are you using Windows 3.1? Just kidding! But I'm sure the problem you see is either caused by invalid characters in the file name: ":;/\?*" are some of them. Or eventually an underlying problem in the OS be it a version or whatever. Rolf Kalbermatter CIT Engineering Nederland BV tel: +31 (070) 415 9190 Treubstraat 7H fax: +31 (070) 415 9191 2288 EG Rijswijk http://www.citengineering.com Netherlands mailto:[EMAIL PROTECTED]
