文件操作 - ShowArgv.cc
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/node-pty/deps/winpty/misc/ShowArgv.cc
编辑文件内容
// This test program is useful for studying commandline<->argv conversion. #include <stdio.h> #include <windows.h> int main(int argc, char **argv) { printf("cmdline = [%s]\n", GetCommandLine()); for (int i = 0; i < argc; ++i) printf("[%s]\n", argv[i]); return 0; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件