Метод |
Описание |
|
ChangeDirectory ( BlockParam block, RubyClass self ) : object |
|
|
ChangeDirectory ( ConversionStorage toPath, BlockParam block, RubyClass self, object dir ) : object |
|
|
ChangeDirectory ( PlatformAdaptationLayer pal, string strDir, MutableString dir, BlockParam block ) : object |
|
|
ChangeRoot ( object self ) : int |
|
|
Close ( ) : void |
|
|
Close ( RubyDir self ) : void |
|
|
Create ( RubyClass self, [ dirname ) : RubyDir |
|
|
Each ( RubyContext context, BlockParam block, RubyDir self ) : object |
|
|
EnumerateEntries ( RubyContext context, BlockParam block, object defaultResult ) : object |
|
|
Exists ( ConversionStorage toPath, RubyModule self, object path ) : bool |
|
|
ForEach ( ConversionStorage toPath, BlockParam block, RubyClass self, object dirname ) : object |
|
|
GetCurrentDirectory ( RubyClass self ) : MutableString |
|
|
GetCurrentPosition ( RubyDir self ) : int |
|
|
GetEntries ( ConversionStorage toPath, RubyClass self, object dirname, object>.[ |
|
|
GetEntries ( RubyContext context ) : RubyArray |
|
|
GetPath ( RubyContext context, RubyDir self ) : MutableString |
|
|
Glob ( RubyClass self ) : RubyArray |
|
|
Glob ( RubyClass self, [ pattern, [ flags ) : object |
|
|
Glob ( [ block, RubyClass self, [ pattern, [ flags ) : object |
|
|
MakeDirectory ( ConversionStorage toPath, RubyClass self, object dirname, [ permissions ) : int |
|
|
Open ( ConversionStorage toPath, RubyClass self, object dirname ) : RubyDir |
|
|
Open ( ConversionStorage toPath, BlockParam block, RubyClass self, object dirname ) : object |
|
|
Read ( RubyContext context, RubyDir self ) : MutableString |
|
|
Reinitialize ( RubyDir self, [ dirname ) : RubyDir |
|
|
RemoveDirectory ( ConversionStorage toPath, RubyClass self, object dirname ) : int |
|
|
Rewind ( RubyDir self ) : RubyDir |
|
|
Seek ( RubyDir self, int pos ) : RubyDir |
|
|
SetCurrentDirectory ( PlatformAdaptationLayer pal, string dir ) : void |
|
|
SetPosition ( RubyDir self, int pos ) : int |
|
|
ThrowIfClosed ( ) : void |
|
|
ToRubyException ( Exception ex, string path, DirectoryOperation op ) : Exception |
|
|