[Win32utils-devel] Re: Problems with DeviceIoControl
win32utils-devel at rubyforge.org
win32utils-devel at rubyforge.org
Mon Nov 8 21:19:04 EST 2004
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--
More information about the win32utils-devel
mailing list