Advertisement
sophtwhere

NSFileManager+openFinderFolder.h

Oct 28th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  NSFileManager+openFinderFolder.h
  3. //
  4. //  Created by Jonathan Annett on 28/10/13.
  5. //  Copyright (c) 2013 Sophtwhere. All rights reserved.
  6. //
  7.  
  8. #import <Foundation/Foundation.h>
  9.  
  10. @interface NSFileManager (openFinderFolder)
  11. -(void) revealItemInFinder:(NSString*) path;
  12. -(void) openFinderFolderAtPath:(NSString*) path;
  13. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement