Opens a file.
bool CL_File::open( const CL_String & filename); bool CL_File::open( const CL_String & filename, OpenMode mode, unsigned int access, unsigned int share = share_all , unsigned int flags = 0); bool CL_File::open( 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