Skip to content

Stat

Official

A stat for a file or folder.

Import:

import type { Stat } from 'obsidian';

Signature:

export interface Stat

Properties

PropertyTypeDescription
ctimenumberTime of creation, represented as a unix timestamp.
mtimenumberTime of last modification, represented as a unix timestamp.
sizenumberSize on disk in bytes.
type'file' | 'folder'The type of the stat.

Links to this page: