184
edits
(→Interfaces: FileInfo now can't return descriptor) |
|||
Line 183: | Line 183: | ||
/** | /** | ||
* The kind of information that can be found by calling [ | * The kind of information that can be found by calling [FileDescriptor.info] or [DirectoryDescriptor.forEachFile]. | ||
* | * | ||
* Note that some or all fields may be computed lazily. | * Note that some or all fields may be computed lazily. | ||
Line 189: | Line 189: | ||
* @interface | * @interface | ||
*/ | */ | ||
FileInfo: { | FileInfo: { | ||
/** | /** | ||
* @return {number} milliseconds | * @return {number} milliseconds |
edits