When ReadOnly file is being saved(Save as different filename), I wanna
newly created file have a ReadOnly attribute, too.
That is, isn’t there any way to know attributes(ReadOnly) of source file?
Any answer will be great appreciated!
Best regards.
Chang Sung, Jung.
Chang,
A “save as” operation is usually handled by the application program as
- Create (or open and truncate) new file
- Write contents
- Close
The FSD doesn’t “see” any difference between a ‘save as’ operation and
an ‘ordinary’ create operation.
If you want the Read only attribute to be inherited, you will have to
get the application program to do it for you (if it is written by you). 
Hope that helps.
Manoj Joseph
“Chang Sung. Jung”
To: “NT Developers Interest List”
Sent by: cc:
xxxxx@lis Subject: [ntdev] Readonly file.
ts.osr.com
01/27/03 01:29 PM
Please respond to “NT
Developers Interest
List”
When ReadOnly file is being saved(Save as different filename), I wanna
newly created file have a ReadOnly attribute, too.
That is, isn’t there any way to know attributes(ReadOnly) of source file?
Any answer will be great appreciated!
Best regards.
Chang Sung, Jung.
—
You are currently subscribed to ntdev as: xxxxx@inautix.com
To unsubscribe send a blank email to xxxxx@lists.osr.com