|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class CSystem { public: static bool GetSystemProperty( const CString &strName, CString &strValue); static bool ResolvePathName( const CString &strFileName, CString &strFullPathName); };
The collection of static system-specific functions.
Function Summary | |
bool
|
GetSystemProperty
(const CString &strName, CString &strValue);
����������Returns a value of the specified system property. |
bool
|
ResolvePathName
(const CString &strFileName, CString &strFullPathName);
����������Returns the full (absolute) path name of the file referenced with the specified (possibly relative) path name. |
Function Detail |
static bool GetSystemProperty( const CString &strName, CString &strValue);
Returns a value of the specified system property.
Implementation of system properties is platform-dependent.
strName
- the name of the system propertystrValue
- on return, the string value of
the requested system property; unspecified if the system
property is not foundtrue
if the specified system property
was found;
false
otherwisestatic bool ResolvePathName( const CString &strFileName, CString &strFullPathName);
Returns the full (absolute) path name of the file referenced with the specified (possibly relative) path name.
The algorithm for obtaining the full path name is platform-dependent.
strFileName
- the source path namestrFullPathName
- on return, the full path name;
unspecified if the function failedtrue
if the full path name was
obtained successfully;
true
if the function failed
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |