Exists() private method

private Exists ( ConversionStorage toPath, RubyModule self, object path ) : bool
toPath ConversionStorage
self RubyModule
path object
return bool
Example #1
0
 public static bool Exists(RubyClass /*!*/ self, [DefaultProtocol, NotNull] MutableString /*!*/ path)
 {
     return(RubyFileOps.Exists(self, path));
 }