fixed property-names for created/ctime and modified/mtime in ReadDirItem

This commit is contained in:
Hagen Huebel
2017-05-02 00:46:21 +02:00
parent 7402cb0bb7
commit 26657b46d8
+2 -2
View File
@@ -31,8 +31,8 @@ type MkdirOptions = {
};
type ReadDirItem = {
created: ?Date; // The creation date of the file (iOS only)
modified: Date; // The last modified date of the file
ctime: ?Date; // The creation date of the file (iOS only)
mtime: Date; // The last modified date of the file
name: string; // The name of the item
path: string; // The absolute path to the item
size: string; // Size in bytes