Skip to content

FileStats

Official

File stats

Import:

import type { FileStats } from 'obsidian';

Signature:

export interface FileStats

Properties

Property Type Description
ctime number Time of creation, represented as a unix timestamp, in milliseconds.
mtime number Time of last modification, represented as a unix timestamp, in milliseconds.
size number Size on disk, as bytes.

Links to this page: