00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSFileManager.h>
00008
00009 @interface NSFileManager (NSURLExtras)
00010 - (BOOL)_web_createDirectoryAtPathWithIntermediateDirectories:(id)fp8 attributes:(id)fp12;
00011 - (BOOL)_web_createFileAtPathWithIntermediateDirectories:(id)fp8 contents:(id)fp12 attributes:(id)fp16 directoryAttributes:(id)fp20;
00012 - (BOOL)_web_changeFinderAttributes:(id)fp8 forFileAtPath:(id)fp12;
00013 - (BOOL)_web_createFileAtPath:(id)fp8 contents:(id)fp12 attributes:(id)fp16;
00014 - (void)_performRemoveFileAtPath:(id)fp8;
00015 - (void)_web_backgroundRemoveFileAtPath:(id)fp8;
00016 - (BOOL)_web_removeFileOnlyAtPath:(id)fp8;
00017 - (void)_web_backgroundRemoveLeftoverFiles:(id)fp8;
00018 - (id)_web_visibleItemsInDirectoryAtPath:(id)fp8;
00019 - (id)_web_pathWithUniqueFilenameForPath:(id)fp8;
00020 @end
00021