G
Guest
Hi
I want to achive 2 things.
First I would like to compress an existing file on my harddrive.
I can easily find out if a file is compressed or not by using
"File.GetAttributes".
But no matter what I do I simply can't set the compressed attribute using
"SetAttributes".
I have no problem setting the attributes "Read-Only", "Archive" or "Hidden"
using "SetAttributes"!
How can I do this?
Secondly I would like to be able to create a "compressed folder" (as it is
called in Windows Explorer) and copy files and folders into it.
How can I do that?
Regards
Wayne
I want to achive 2 things.
First I would like to compress an existing file on my harddrive.
I can easily find out if a file is compressed or not by using
"File.GetAttributes".
But no matter what I do I simply can't set the compressed attribute using
"SetAttributes".
I have no problem setting the attributes "Read-Only", "Archive" or "Hidden"
using "SetAttributes"!
How can I do this?
Secondly I would like to be able to create a "compressed folder" (as it is
called in Windows Explorer) and copy files and folders into it.
How can I do that?
Regards
Wayne