From 8915074c6393bdc5cbaa7900299122f0d4e365be Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 19 Aug 2010 13:57:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20SPFileManagerAdditions=20-=20[(NSSt?= =?UTF-8?q?ring*)applicationSupportDirectoryForSubDirectory:error:]=20Retu?= =?UTF-8?q?rn=20the=20application=20support=20folder=20of=20the=20current?= =?UTF-8?q?=20application=20for=20'subDirectory'.=20If=20this=20folder=20d?= =?UTF-8?q?oesn't=20exist=20it=20will=20be=20created.=20If=20'subDirectory?= =?UTF-8?q?'=20=3D=3D=20nil=20it=20only=20returns=20the=20application=20su?= =?UTF-8?q?pport=20folder=20of=20the=20current=20application.=20=E2=80=A2?= =?UTF-8?q?=20added=20SPThemesSupportFolder=20constant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 9086128a..1ee44264 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -224,11 +224,13 @@ extern NSString *SPFileExtensionSQL; extern NSString *SPBundleFileExtension; extern NSString *SPColorThemeFileExtension; -// Filenames +// File names extern NSString *SPHTMLPrintTemplate; extern NSString *SPHTMLTableInfoPrintTemplate; extern NSString *SPHTMLHelpTemplate; +// Folder names +extern NSString *SPThemesSupportFolder; // Preference key constants // General Prefpane -- cgit v1.2.3