This describes the creation time and the size of a file

interface IFileStats {
    birthtime: Date;
    size: number;
}

Properties

Properties

birthtime: Date
size: number