Re: [DOS] WinNT Problem Focused
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Oct 16, 2000
- 536 views
ck lester wrote: > junk = open( "alongname.txt" , "w") You can only *create* 8.3 filenames in Euphoria. This limitation only exists for file creation. I'm fairly certain that someone wrapped a lot of these Win32 file services, including open with long file name. If not, you could always open the file with a bogus name, close it, rename it, and then open it with the long name. -- David Cuny