Location: Symbol Reference > Classes > TJwSecureFileObject Class > Create Constructor
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
Create Constructor

This is the overview for the Create constructor overload.

 
Name 
Description 
 
Create creates an file object instance using a filestream (but not the file itself!)
FileStream does not support SACL retrieving or setting. The reason is because a TFilestream instance does not open the file with an access mask including ACCESS_SYSTEM_SECURITY which is necessary to open a file to retrieve the SACL. To do so, use Create with a filename or file handle. See also MSDN: http://support.microsoft.com/?scid=kb%3Ben-us%3B240184&x=11&y=11
The property Handle will be set to the duplicated file handle.
 
 
Create creates an file object instance using a filehandle The file handle will be duplicated using DuplicateHandle. By default the same access mask is used.
 
 
Create creates a file or folder object instance using a filename (also a folder name). The property Handle will not be used.
Create does not open the file or folder immediately. Instead it uses the name to do its operations.
 
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!