Archive option
Thursday, November 27, 2008 at 11:45 am Posted by jigneshjsoni
(18 messages posted)
I have written a Perl script which accesses records in folders and extracts the information
for indexing purpose. Records under folder A , which is already existing, can be
accessed by the perl script. But records under newly created folder B can not be
accessed.
Both the folders A and B have same permissions.
I have noticed one thing with NTFS permissions with the records .
I have an existing folder A with some records in it. In the NTFS permissions, when
I check properties of records , under the general tab of records, option "Archive"
has been checked.
Now I have created a new folder B. Some new records are created in this folder B.
If I check properties of new records, "Archive" option is not checked.
Can this have any effect on accesseing the new records by a perl script ?
If yes, then question is how to check this "archive" option for the new records ?
Because, these permissions are set automatically when a record is created and parent
folder permissions are the same for folders A and B.
[Reply or follow-up to this message]
|