2012-02-22 17 views

回答

0

你可以嘗試在Process使用Attrib通過命令行或通過運行它:

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I] 
     [drive:][path][filename] [/S [/D] [/L]] 

    + Sets an attribute. 
    - Clears an attribute. 
    R Read-only file attribute. 
    A Archive file attribute. 
    S System file attribute. 
    H Hidden file attribute. 
    I Not content indexed file attribute. [drive:][path][filename] 
     Specifies a file or files for attrib to process. 
    /S Processes matching files in the current folder 
     and all subfolders. 
    /D Processes folders as well. 
    /L Work on the attributes of the Symbolic Link versus 
     the target of the Symbolic Link 
+0

感謝,但我只是想知道,我可以讀一些「文件類型」,「以打開」,使用十六進制視圖(或編輯器)在文件屬性中「創建」或「修改」(等等)。 – harrison 2012-02-22 10:33:02

+0

@ Dennis您正在查找的文件屬性不是文件本身的一部分,而是文件目錄的一部分。 「打開」信息文件是註冊表的一部分。一個簡單的十六進制編輯器將無法訪問這些信息作爲文件的一部分。 – 2012-02-22 14:07:51

+0

我明白了。這些屬性不屬於文件。對?謝謝 :) – harrison 2012-02-23 10:39:41

相關問題