Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のコマンドを使用していますが、作成日ではなくファイルのフルパスのみを提供しています。
作成日も含めてフルパスを取得する方法はありますか。
dir /s /b
これを試して:
dir /s /T:C
使ってもらいましたdir /?
dir /?