diff -r 000000000000 -r 8fad19466c59 FileUtils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FileUtils.h Sun Apr 06 19:13:27 2008 -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);