forked from uliwitness/UliKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NSString+CarbonUtilities.h
34 lines (22 loc) · 1008 Bytes
/
NSString+CarbonUtilities.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* =============================================================================
PROJECT: Filie
FILE: NSString+CarbonUtilities.h
COPYRIGHT: (c) 2002 by Nathan Day, all rights reserved.
AUTHORS: Nathan Day - ND
LICENSES: GNU GPL, Modified BSD
REVISIONS:
2002-08-03 ND Created.
========================================================================== */
// -----------------------------------------------------------------------------
// Headers:
// -----------------------------------------------------------------------------
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
// -----------------------------------------------------------------------------
// Headers:
// -----------------------------------------------------------------------------
@interface NSString (CarbonUtilities)
+(NSString*) stringWithFSRef:(const FSRef *)aFSRef;
-(BOOL) getFSRef:(FSRef *)aFSRef;
-(NSString*) resolveAliasFile;
@end