文件操作 - path_util.h
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/node-pty/src/win/path_util.h
编辑文件内容
/** * Copyright (c) 2013-2015, Christopher Jeffrey, Peter Sunde (MIT License) * Copyright (c) 2016, Daniel Imms (MIT License). * Copyright (c) 2018, Microsoft Corporation (MIT License). */ #ifndef NODE_PTY_PATH_UTIL_H_ #define NODE_PTY_PATH_UTIL_H_ #include <nan.h> #define MAX_ENV 65536 namespace path_util { const wchar_t* to_wstring(const Nan::Utf8String& str); bool file_exists(std::wstring filename); std::wstring get_shell_path(std::wstring filename); } // namespace path_util #endif // NODE_PTY_PATH_UTIL_H_
修改文件时间
将文件时间修改为当前时间的前一年
删除文件