C# Class IronRuby.Builtins.FileTest

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Private Methods

Method Description
AreIdentical ( ConversionStorage toPath, RubyModule self, object path1, object path2 ) : bool
DirectoryExists ( RubyContext context, MutableString path ) : bool
Exists ( ConversionStorage toPath, RubyModule self, object path ) : bool
Exists ( RubyContext context, MutableString path ) : bool
FileExists ( RubyContext context, MutableString path ) : bool
IsBlockDevice ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsCharDevice ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsDirectory ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsExecutable ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsFile ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsGroupOwned ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsPipe ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsReadable ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsSetGid ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsSetUid ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsSocket ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsSticky ( ConversionStorage toPath, RubyModule self, object path ) : object
IsSymLink ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsUserOwned ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsWritable ( ConversionStorage toPath, RubyModule self, object path ) : bool
IsZeroLength ( ConversionStorage toPath, RubyModule self, object path ) : bool
NullableSize ( ConversionStorage toPath, RubyModule self, object path ) : object
RunIfFileExists ( RubyContext context, MutableString path, bool>.Func del ) : bool
RunIfFileExists ( RubyContext context, string path, bool>.Func del ) : bool
Size ( ConversionStorage toPath, RubyModule self, object path ) : int