Windows:如何列出目录和子目录中的所有文件以及完整路径和创建日期
我正在使用以下命令,但它仅给出文件的完整路径,而不给出创建日期。
有什么方法可以让我也获得带有创建日期的完整路径。
dir /s /b
I am using the below command but its giving only the full path of the files and not the creation date.
Is there any way I can get the full path with creation date also.
dir /s /b
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
我使用 dir /? 得到它
Try this:
I got it using
dir /?