fetch_folder


Description:

public async Folder? fetch_folder (string path)

Fetch a Folder row at an absolute path (any project).

Uses

Folder.fetch
on the daemon. For files inside a known project, prefer Folder.fetch_file on the project row.

Parameters:

path

Normalized absolute path

Returns:

The folder row, or null if not found