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:

ParameterTypeDescription
realPathstringPath to watch and stat.

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