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