Explorar o código

mention FileStat.ctime restriction (see #4687)

Simon Krajewski %!s(int64=9) %!d(string=hai) anos
pai
achega
612fdaaa87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/sys/FileStat.hx

+ 1 - 1
std/sys/FileStat.hx

@@ -33,7 +33,7 @@ typedef FileStat = {
 	var atime : Date;
 	/** the last modification time for the file **/
 	var mtime : Date;
-	/** the creation time for the file **/
+	/** the creation time for the file (not all filesystems support this) **/
 	var ctime : Date;
 	/** the size of the file **/
 	var size : Int;