Re: [DOS] WinNT Problem Focused
- Posted by Ray Smith <smithr at IX.NET.AU> Oct 17, 2000
- 608 views
Hi ck, I checked around the archive and couldn't see anything that called the WinAPI CreateFile directly. I modified win32fil.ew again (created by Jeffrey Fielding - thanks again Jeffrey) to add the CreateFile API call. Note: There are heaps of options for The Win API CreateFile which I have defaulted to standard values. You can pick the modified win32fil.zip file from: http://members.nbci.com/ray_223/sw/ I tested it under win98 and it worked fine but don't have access to a WinNT here at work, I'll see if I can test it out tonight at home. You will have to do a CreateFile("whatever") followed by an open file "I THINK". Hope this works! Ray Smith >> >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 >> > > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com >