dsmfileinfo.exe

Run the dsmfileinfo.exe program from a Command Prompt window to view file attributes.

Syntax


1  DSMFILEINFO.exe
1  info_options
1  file_path

Options

info_options

You can specify any of the following options. Separate options with a blank space.

Table 1. Options for dsmfileinfo.exe
Option Description
-a Display information for all options in this table
-d Show alternate data streams
-i Show file object ID
-ic Create file object ID
-m Calculate MD5 key (complete files only)
-q Query backend version(s) (stub files only)
-r Show reparse data (stub files only)
-rb Show binary reparse data (stub files only)
-s Show file security data
-sb Show binary security data
-t Show file times, size, and attributes (complete files only). This option is the default option.
file_path
Specify the path of a complete file or a stub file. Specify only one file.

Examples

Task
Display the access time, creation time, modification time, size, and attributes of the file: c:\projects\2009\budget.xls.

Command: dsmfileinfo c:\projects\2009\budget.xls

Task
Create object ID for file c:\projects\2009\budget.xls.

Command: dsmfileinfo -ic c:\projects\2009\budget.xls

Task
Display binary security data for c:\projects\2009\budget.xls.

Command: dsmfileinfo -sb c:\projects\2009\budget.xls

Task
Display help for dsmfileinfo.exe command.

Command: dsmfileinfo