My.Computer.FileSystem.SpecialDirectories 对象成员

更新:2007 年 11 月

可通过 My.Computer.FileSystem.SpecialDirectories 属性对象提供的属性访问通常引用的目录

属性

AllUsersApplicationData

只读 String,表示指向 All Users Application Data 目录的路径名。

CurrentUserApplicationData

只读 String,表示指向当前用户的 Application Data 目录的路径名。

Desktop

只读 String 表示指向用户的 Desktop 目录的路径名。

MyDocuments

只读 String,表示指向用户的“我的文档”目录的路径名。

MyMusic

只读 String,表示指向用户的“我的音乐”目录的路径名。

MyPictures

只读 String,表示指向用户的“图片收藏”目录的路径名。

Programs

只读 String,表示指向用户的 Programs 目录的路径名。

Temp

只读 String,表示指向用户的 Temp 目录的路径名。

请参见

参考

My.Computer.FileSystem.SpecialDirectories 对象