mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9280 72102866-910b-0410-8b05-ffd578937521
230 lines
6.8 KiB
XML
230 lines
6.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
|
<gsdoc base="NSFileManager" prev="NSFileHandle" next="NSFormatter" up="Base">
|
|
<head>
|
|
<title>NSFileManager</title>
|
|
<author name="Richard Frith-Macdonald">
|
|
<email address="rfm@gnu.org"/>
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
</author>
|
|
<version>$Revision$</version>
|
|
<date>$Date$</date>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>NSFileManager</heading>
|
|
<class name="NSFileManager" super="NSObject">
|
|
<declared>Foundation/NSFileManager.h</declared>
|
|
<conform>NSObject</conform>
|
|
<desc>
|
|
</desc>
|
|
<method type="NSFileManager*" factory="yes">
|
|
<sel>defaultManager</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>changeCurrentDirectoryPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>changeFileAttributes:</sel>
|
|
<arg type="NSDictionary*">attributes</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSData*">
|
|
<sel>contentsAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>contentsEqualAtPath:</sel>
|
|
<arg type="NSString*">path1</arg>
|
|
<sel>andPath:</sel>
|
|
<arg type="NSString*">path2</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>copyPath:</sel>
|
|
<arg type="NSString*">source</arg>
|
|
<sel>toPath:</sel>
|
|
<arg type="NSString*">destination</arg>
|
|
<sel>handler:</sel>
|
|
<arg>handler</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>createDirectoryAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<sel>attributes:</sel>
|
|
<arg type="NSDictionary*">attributes</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>createFileAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<sel>contents:</sel>
|
|
<arg type="NSData*">contents</arg>
|
|
<sel>attributes:</sel>
|
|
<arg type="NSDictionary*">attributes</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>createSymbolicLinkAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<sel>pathContent:</sel>
|
|
<arg type="NSString*">otherPath</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>currentDirectoryPath</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSArray*">
|
|
<sel>directoryContentsAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSDirectoryEnumerator*">
|
|
<sel>enumeratorAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSDictionary*">
|
|
<sel>fileAttributesAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<sel>traverseLink:</sel>
|
|
<arg type="BOOL">flag</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>fileExistsAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>fileExistsAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<sel>isDirectory:</sel>
|
|
<arg type="BOOL*">isDirectory</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSDictionary*">
|
|
<sel>fileSystemAttributesAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="const char*">
|
|
<sel>fileSystemRepresentationWithPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
Produces a C-string representation of a file path.<br/>
|
|
Attempts to incorporate drive information on windows.
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>isDeletableFileAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>isExecutableFileAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>isReadableFileAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>isWritableFileAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>linkPath:</sel>
|
|
<arg type="NSString*">source</arg>
|
|
<sel>toPath:</sel>
|
|
<arg type="NSString*">destination</arg>
|
|
<sel>handler:</sel>
|
|
<arg>handler</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>movePath:</sel>
|
|
<arg type="NSString*">source</arg>
|
|
<sel>toPath:</sel>
|
|
<arg type="NSString*">destination</arg>
|
|
<sel>handler:</sel>
|
|
<arg>handler</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>pathContentOfSymbolicLinkAtPath:</sel>
|
|
<arg type="NSString*">cStringPath</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>removeFileAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<sel>handler:</sel>
|
|
<arg>handler</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>stringWithFileSystemRepresentation:</sel>
|
|
<arg type="const char*">string</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSArray*">
|
|
<sel>subpathsAtPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>fileManager:</sel>
|
|
<arg type="NSFileManager*">manager</arg>
|
|
<sel>shouldProceedAfterError:</sel>
|
|
<arg type="NSDictionary*">errorInfo</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>fileManager:</sel>
|
|
<arg type="NSFileManager*">manager</arg>
|
|
<sel>willProcessPath:</sel>
|
|
<arg type="NSString*">path</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|