コード例 #1
0
 public static bool get_Exists([FieldAccess(Name = "$$Storage$$")] ref FileSystem.Listing.File aStorage)
 {
     return(VFSManager.FileExists(aStorage.Name));
 }
コード例 #2
0
 public static string get_Name([FieldAccess(Name = "$$Storage$$")] ref FileSystem.Listing.File aStorage)
 {
     return("Filename" + aStorage.Name);
 }