Constructs a file object.
CL_File::CL_File(); CL_File::CL_File( const CL_String & filename); CL_File::CL_File( const CL_String & filename, OpenMode mode, unsigned int access, unsigned int share = share_all , unsigned int flags = 0); CL_File::CL_File( const CL_String & filename, OpenMode mode, const CL_SecurityDescriptor & permissions, unsigned int access, unsigned int share = share_all , unsigned int flags = 0);
Detailed description:
CL_PathHelp::normalize(filename, CL_PathHelp::path_type_file) is called