pub async fn track_file_in_path(
    stack: &Stack,
    file: File,
    path: PathBuf
) -> BuckyResult<()>