文件操作 - index.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/bundle-name/index.js
编辑文件内容
import {runAppleScript} from 'run-applescript'; export default async function bundleName(bundleId) { return runAppleScript(`tell application "Finder" to set app_path to application file id "${bundleId}" as string\ntell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件