File Properties

上一篇 / 下一篇  2010-03-31 00:09:39 / 个人分类:VBScript

Additional file object properties can be retrieved in the same manner. All are listed inTable 6-2.

Table 6-2. File properties

Property

Use

Attributes

Bitmask representation of the file attributes such as read-only and hidden.

DateCreated

Date the file was created.

DateLastAccessed

Date the file was last accessed.

DateLastModified

Date the file was last modified.

Drive

The drive letter representing where the file is stored, followed by a colon (for example, C:).

Name

The name of the file, not including the path information (for example, ListFiles.vbs). The name does include the extension.

ParentFolder

The folder in which the file is located (not including subfolders). For example, the parent folder of C:\windows\system32\logfile.txt is Windows.

Path

The full path of the file (for example, C:\windows\system32\logfile.txt).

ShortName

8.3 (MS-DOS format) version of the file name. For example, MyLongFileName.txt might become MyLong~1.txt.

ShortPath

8.3 (MS-DOS style) version of the path. For example, C:\MyLongPath\MyLongFileName.txt might become C:\MyLong~1\MyLong~1.txt.

Size

The size of the file in bytes.

Type

The type of file as recorded in the registry. For example, a .doc file is listed as a Microsoft Word document.


TAG:

 

评分:0

我来说两句

Open Toolbar