5 // Created by Pieter de Bie on 6/17/08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
12 @interface PBEasyFS
: NSObject
{
15 + (NSString
*) tmpNameWithSuffix
: (NSString
*) path
;
16 + (NSString
*) tmpDirWithPrefix
: (NSString
*) path
;