|
Namespaces |
namespace | InetUtils |
Defines |
#define | new CAM_DEBUG_NEW |
#define | SCANFORXARAMOUNT |
Functions |
void | FixFPControlRegister (void) |
BOOL | getDrive (const TCHAR **, TCHAR *drive) |
BOOL | getNetDrive (const TCHAR **, TCHAR *drive, BOOL *BadCharacter) |
TCHAR * | InetUtils::GetStringField (UINT32 nIndex, UINT32 nCompositeStringID) |
String_256 | InetUtils::MakeURL (const String_256 &rRelativePath, const String_256 &rRootURL) |
| Allows us to obtain the URL of a file knowing its relative path (from the main clipart index file) and the root URL. The URL is necessary to download the file.
|
String_256 | InetUtils::MakeLocalPath (const String_256 &rRelPath) |
BOOL | InetUtils::GetTempInetDir (String_256 *pTempDir) |
| Get path to the internet cache directory used to download web clipart files.
|
BOOL | InetUtils::GetAppDataPath (String_256 *pPath) |
BOOL | InetUtils::GetAppCachePath (String_256 *pPath) |
BOOL | InetUtils::DeleteDirectoryTree (const String_256 &rPath) |
| remove a directory tree from the hard drive
|
Variables |
const TCHAR | chPathSep = _T('/') |