Esempio n. 1
0
 static RubyFileOps()
 {
     ALT_SEPARATOR  = MutableString.CreateAscii(AltDirectorySeparatorChar.ToString()).Freeze();
     SEPARATOR      = MutableString.CreateAscii(DirectorySeparatorChar.ToString()).Freeze();
     Separator      = SEPARATOR;
     PATH_SEPARATOR = MutableString.CreateAscii(PathSeparatorChar.ToString()).Freeze();
 }
Esempio n. 2
0
 protected HierarchicalNode()
 {
     this.Title = PathSeparatorChar.ToString();
 }