diff -r 000000000000 -r 2068331949ee FileUtils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FileUtils.h Thu May 14 20:44:32 2009 -0700 @@ -0,0 +1,17 @@ +// +// FileUtils.h +// MYUtilities +// +// Created by Jens Alfke on 1/14/08. +// Copyright 2008 Jens Alfke. All rights reserved. +// + +#import + + +FOUNDATION_EXPORT OSStatus PathToFSRef( NSString *path, FSRef *outFSRef ); +FOUNDATION_EXPORT OSStatus FSRefToPath( const FSRef *fsRef, NSString **outPath ); + +FOUNDATION_EXPORT BOOL CheckOSErr( OSStatus err, NSError **error ); + +FOUNDATION_EXPORT NSString* AppSupportDirectory(void);