source: trunk/Cocoa/Pester/Source/NDAppleScript/NSURL+NDCarbonUtilities.h@ 35

Last change on this file since 35 was 35, checked in by Nicholas Riley, 21 years ago

Nathan Day's NDAppleScript and related classes, somewhat modified.
Still need to commit Nathan's changes to NDResourceFork.

File size: 447 bytes
Line 
1/*
2 * NSURL+NDCarbonUtilities.h category
3 * AppleScriptObjectProject
4 *
5 * Created by nathan on Wed Dec 05 2001.
6 * Copyright (c) 2001 __CompanyName__. All rights reserved.
7 */
8
9#import <Foundation/Foundation.h>
10#import <Carbon/Carbon.h>
11
12@interface NSURL (NDCarbonUtilities)
13+ (NSURL *)URLWithFSRef:(const FSRef *)aFsRef;
14- (NSURL *)URLByDeletingLastPathComponent;
15- (BOOL)getFSRef:(FSRef *)aFsRef;
16- (NSString *)fileSystemPathHFSStyle;
17@end
Note: See TracBrowser for help on using the repository browser.