1999-03-05 20:17:47 +00:00
|
|
|
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/*
|
1999-11-06 03:43:54 +00:00
|
|
|
* The contents of this file are subject to the Netscape Public
|
|
|
|
* License Version 1.1 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.mozilla.org/NPL/
|
1999-03-05 20:17:47 +00:00
|
|
|
*
|
1999-11-06 03:43:54 +00:00
|
|
|
* Software distributed under the License is distributed on an "AS
|
|
|
|
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
* implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
1999-03-05 20:17:47 +00:00
|
|
|
*
|
|
|
|
* The Original Code is Mozilla Communicator client code,
|
|
|
|
* released March 31, 1998.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is Netscape Communications
|
1999-11-06 03:43:54 +00:00
|
|
|
* Corporation. Portions created by Netscape are
|
|
|
|
* Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
* Rights Reserved.
|
1999-03-05 20:17:47 +00:00
|
|
|
*
|
1999-11-06 03:43:54 +00:00
|
|
|
* Contributor(s):
|
1999-03-05 20:17:47 +00:00
|
|
|
* Doug Turner <dougt@netscape.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _NSSPECIALSYSTEMDIRECTORY_H_
|
|
|
|
#define _NSSPECIALSYSTEMDIRECTORY_H_
|
|
|
|
|
|
|
|
#include "nscore.h"
|
|
|
|
#include "nsFileSpec.h"
|
|
|
|
|
|
|
|
#ifdef XP_MAC
|
1999-04-22 04:34:59 +00:00
|
|
|
#include <Types.h>
|
1999-03-05 20:17:47 +00:00
|
|
|
#endif
|
|
|
|
|
1999-03-12 22:14:08 +00:00
|
|
|
// SEE ALSO:
|
|
|
|
// mozilla/xpfe/appshell/public/nsFileLocations.h
|
|
|
|
|
1999-05-26 01:38:36 +00:00
|
|
|
class NS_COM nsSpecialSystemDirectory : public nsFileSpec
|
1999-03-05 20:17:47 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
public:
|
|
|
|
enum SystemDirectories
|
|
|
|
{
|
1999-03-09 22:33:36 +00:00
|
|
|
OS_DriveDirectory = 1
|
|
|
|
, OS_TemporaryDirectory = 2
|
|
|
|
, OS_CurrentProcessDirectory= 3
|
1999-04-03 17:17:49 +00:00
|
|
|
, OS_CurrentWorkingDirectory= 4
|
1999-03-05 20:17:47 +00:00
|
|
|
|
1999-06-16 00:26:43 +00:00
|
|
|
, XPCOM_CurrentProcessComponentDirectory= 5
|
|
|
|
, XPCOM_CurrentProcessComponentRegistry= 6
|
2000-01-06 01:05:13 +00:00
|
|
|
|
|
|
|
, Moz_BinDirectory = 10
|
1999-06-16 00:26:43 +00:00
|
|
|
|
1999-03-09 22:33:36 +00:00
|
|
|
, Mac_SystemDirectory = 101
|
|
|
|
, Mac_DesktopDirectory = 102
|
|
|
|
, Mac_TrashDirectory = 103
|
|
|
|
, Mac_StartupDirectory = 104
|
|
|
|
, Mac_ShutdownDirectory = 105
|
|
|
|
, Mac_AppleMenuDirectory = 106
|
|
|
|
, Mac_ControlPanelDirectory = 107
|
|
|
|
, Mac_ExtensionDirectory = 108
|
|
|
|
, Mac_FontsDirectory = 109
|
|
|
|
, Mac_PreferencesDirectory = 110
|
1999-03-12 22:14:08 +00:00
|
|
|
, Mac_DocumentsDirectory = 111
|
1999-06-02 00:12:10 +00:00
|
|
|
, Mac_InternetSearchDirectory = 112
|
1999-03-05 20:17:47 +00:00
|
|
|
|
1999-03-09 22:33:36 +00:00
|
|
|
, Win_SystemDirectory = 201
|
|
|
|
, Win_WindowsDirectory = 202
|
1999-04-26 22:20:23 +00:00
|
|
|
|
|
|
|
, Win_HomeDirectory = 203
|
|
|
|
, Win_Desktop = 204
|
|
|
|
, Win_Programs = 205
|
|
|
|
, Win_Controls = 206
|
|
|
|
, Win_Printers = 207
|
|
|
|
, Win_Personal = 208
|
|
|
|
, Win_Favorites = 209
|
|
|
|
, Win_Startup = 210
|
|
|
|
, Win_Recent = 211
|
|
|
|
, Win_Sendto = 212
|
|
|
|
, Win_Bitbucket = 213
|
|
|
|
, Win_Startmenu = 214
|
|
|
|
, Win_Desktopdirectory = 215
|
|
|
|
, Win_Drives = 216
|
|
|
|
, Win_Network = 217
|
|
|
|
, Win_Nethood = 218
|
|
|
|
, Win_Fonts = 219
|
|
|
|
, Win_Templates = 220
|
|
|
|
, Win_Common_Startmenu = 221
|
|
|
|
, Win_Common_Programs = 222
|
|
|
|
, Win_Common_Startup = 223
|
|
|
|
, Win_Common_Desktopdirectory = 224
|
|
|
|
, Win_Appdata = 225
|
|
|
|
, Win_Printhood = 226
|
|
|
|
|
1999-03-09 22:33:36 +00:00
|
|
|
, Unix_LocalDirectory = 301
|
1999-04-15 22:45:41 +00:00
|
|
|
, Unix_LibDirectory = 302
|
|
|
|
, Unix_HomeDirectory = 303
|
1999-06-29 10:27:58 +00:00
|
|
|
|
|
|
|
, BeOS_SettingsDirectory = 401
|
|
|
|
, BeOS_HomeDirectory = 402
|
|
|
|
, BeOS_DesktopDirectory = 403
|
2000-01-08 09:09:02 +00:00
|
|
|
, BeOS_SystemDirectory = 404
|
1999-03-05 20:17:47 +00:00
|
|
|
};
|
|
|
|
|
1999-03-09 22:33:36 +00:00
|
|
|
//nsSpecialSystemDirectory();
|
|
|
|
nsSpecialSystemDirectory(SystemDirectories aSystemSystemDirectory);
|
|
|
|
|
|
|
|
virtual ~nsSpecialSystemDirectory();
|
1999-03-05 20:17:47 +00:00
|
|
|
|
1999-03-09 22:33:36 +00:00
|
|
|
void operator = (SystemDirectories aSystemSystemDirectory);
|
|
|
|
|
|
|
|
#ifdef XP_MAC
|
|
|
|
void operator = (OSType folderType);
|
|
|
|
nsSpecialSystemDirectory(OSType folderType);
|
|
|
|
#endif
|
1999-03-05 20:17:47 +00:00
|
|
|
|
1999-09-16 19:08:31 +00:00
|
|
|
/**
|
|
|
|
|
|
|
|
* @param: dirToSet, the value to set for this safeLocation
|
|
|
|
|
|
|
|
* @param: dirSpec, the directory specified as a filespec
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2000-01-06 01:05:13 +00:00
|
|
|
static void Set(SystemDirectories dirToSet, nsFileSpec *dirSpec);
|
1999-09-16 19:08:31 +00:00
|
|
|
|
|
|
|
|
1999-03-09 22:33:36 +00:00
|
|
|
private:
|
|
|
|
void operator = (const char* inPath) { *(nsFileSpec*)this = inPath; }
|
1999-03-05 20:17:47 +00:00
|
|
|
|
1999-05-26 01:38:36 +00:00
|
|
|
}; // class NS_COM nsSpecialSystemDirectory
|
1999-03-05 20:17:47 +00:00
|
|
|
|
1999-09-16 19:08:31 +00:00
|
|
|
|
1999-03-10 10:57:05 +00:00
|
|
|
#endif
|