借助 sas 仅复制文件夹中 Excel 文件的文件名
您好,我需要从一个文件夹复制 xls 文件的文件名。
请帮助如何做
Hi I need to copy the filename of xls files from one folder.
Please help how can be done
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
仅使用 SAS 代码,这将打印到日志中具有以“.xls”开头的扩展名的所有文件 - 其中包括具有扩展名 .xlsx 的新版本
您可以轻松修改它以将列表保存到数据集- 或对每个文件执行一些操作。
Using just SAS code, this will print out to the log all files that have an extension that starts with ".xls" - which includes the new versions that have extension .xlsx
You can easily modify this to save the list to a data set instead - or execute some action on each file.
我假设您使用 MS Windows。
按钮,选择“运行”。
“命令”(取决于 Windows
版本)。命令行窗口
打开。
文件夹所在的位置。类型
"cd 文件夹名\文件夹名\ ...
文件夹名称”来定位文件夹
xls 文件所在的位置。
出现文件名,您可以
现在复制并粘贴。
I assume you use MS Windows.
button, select "Run".
"command" (depends on windows
version). A command line window
opens.
where the folder is located. Type
"cd foldername\foldername\ ...
foldername" to locate the folder
where the xls files are located.
file names appears, which you can
now copy and paste.