mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 19:20:51 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
52 lines
1.4 KiB
HTML
52 lines
1.4 KiB
HTML
<html><head>
|
|
<title>NSDirectoryEnumerator</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSDictionary.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<a href ="NSDistantObject.html">[Next] </a>
|
|
<h1>NSDirectoryEnumerator</h1>
|
|
<h3>Authors </h3>
|
|
<dl>
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
<dd>
|
|
</dl>
|
|
<p>Version: $Revision$</p>
|
|
<p>Date: $Date$</p>
|
|
<h2><a name ="cont-0">NSDirectoryEnumerator</a></h2>
|
|
<h2><a name ="NSDirectoryEnumerator">NSDirectoryEnumerator</a></h2>
|
|
<p><b>Declared in: </b> Foundation/NSFileManager.h</p>
|
|
<p><b>Inherits from: </b> NSEnumerator</p>
|
|
<p><b>Conforms to: </b> NSObject
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li ><a href ="NSDirectoryEnumerator.html#method-0">-directoryAttributes</a>
|
|
<li ><a href ="NSDirectoryEnumerator.html#method-1">-fileAttributes</a>
|
|
<li ><a href ="NSDirectoryEnumerator.html#method-2">-skipDescendents</a>
|
|
</ul>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-0">directoryAttributes</a></h3>
|
|
- (NSDictionary*) <b>directoryAttributes</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">fileAttributes</a></h3>
|
|
- (NSDictionary*) <b>fileAttributes</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">skipDescendents</a></h3>
|
|
- (void) <b>skipDescendents</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|