Пример #1
0
 public abstract Stream GetFileStream(File fileInfo);
Пример #2
0
 public static bool get_Exists([FieldAccess(Name = "$$Storage$$")] ref File aStorage)
 {
     return(VFSManager.FileExists(aStorage.Name));
 }
Пример #3
0
 public abstract Stream GetFileStream(File fileInfo);
Пример #4
0
 public static string get_Name([FieldAccess(Name = "$$Storage$$")] ref File aStorage)
 {
     return("Filename" + aStorage.Name);
 }