getfileinfo, slmgr.vbs: fix documentation (#11627)
This commit is contained in:

committed by
GitHub

parent
d78944fa43
commit
a7a4694016
@@ -5,16 +5,16 @@
|
||||
|
||||
- Display information about a given file:
|
||||
|
||||
`GetFileInfo {{path/to/filename}}`
|
||||
`GetFileInfo {{path/to/file}}`
|
||||
|
||||
- Display the date and time a given file was created:
|
||||
- Display the [d]ate and time a given file was created:
|
||||
|
||||
`GetFileInfo -d {{path/to/filename}}`
|
||||
`GetFileInfo -d {{path/to/file}}`
|
||||
|
||||
- Display the date and time a given file was last modified:
|
||||
- Display the date and time a given file was last [m]odified:
|
||||
|
||||
`GetFileInfo -m {{path/to/filename}}`
|
||||
`GetFileInfo -m {{path/to/file}}`
|
||||
|
||||
- Display the creator of a given file:
|
||||
- Display the [c]reator of a given file:
|
||||
|
||||
`GetFileInfo -c {{path/to/filename}}`
|
||||
`GetFileInfo -c {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user