开发者

Windows: How to list all the files in directory and sub directory with full path and creation date

开发者 https://www.devze.com 2023-04-07 13:49 出处:网络
I am using the belo开发者_如何学运维w command but its giving only the full path of the files and not the creation date.

I am using the belo开发者_如何学运维w 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


Try this:

dir /s /T:C

I got it using dir /?

0

精彩评论

暂无评论...
验证码 换一张
取 消