文件操作 - path_parameters.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@netlify/serverless-functions-api/dist/path_parameters.d.ts
编辑文件内容
/** * Retrieve the context path parameters from the URL. * @param path Path defined in the function. Can contain patterns like `/travel-guide/:city/:country` * @param url URL to match * @returns Resulting URLPattern's pathname groups */ export declare const getPathParameters: (path: string | undefined, url: string) => Record<string, string>;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件