Skip to content

CapacitorAdapterFs.watchAndStatAll method

CapacitorAdapterFs › watchAndStatAll

Unofficial

Watch a path and return stat information for all contained files.

Signature:

watchAndStatAll(realPath: string): Promise<WatchAndStatAllResult>

Parameters:

Parameter Type Description
realPath string Path to watch and stat.

Returns: Promise<WatchAndStatAllResult>Stat results for all files in the watched path.