win32utils-devel@rubyforge.org
2004-Nov-08 21:19 UTC
[Win32utils-devel] Re: Problems with DeviceIoControl
Hi,>It worked, but it seems to eliminate the file''s contents in the process. >I''ve tried various flags with no luck.What do you mean by that? Here is my sample code and it worked fine. require ''win32/file'' f = File.open("c:/test","a") f.puts "test" f.compressed = true f.close Regards, Park Heesob --MIME Multi-part separator--
Reasonably Related Threads
- Problems with DeviceIoControl()
- [ win32utils-Bugs-4699 ] Service dependencies are not being created properly
- win32-mmap committed
- DeviceIoControl + IOCTL_DISK_GET_DRIVE_GEOMETRY problem
- [ win32utils-Bugs-10555 ] wait call in while loop generate "bignum too big to convert into long" error