fileinfo

fileinfo

 英

  • 网络文件信息类;文件对象;类--文件的操作类

例句

The FileInfo class is simpler, just a holder for the file name and last modify date.

FileInfo简单包含文件名最后修改日期

You'll use this approach in the example that follows to add new attributes to the FileInfo object.

下面例子采用方法来向FileInfo对象增加属性

The m_files field signature identifies it as a List of type FileInfo, while the m_directories signature says it's a List of type DirInfo.

m_directories字段签名表示一个类型DirInfoList

To add information to the FileInfo object, you must call the add_string_attribute method.

想要FileInfo对象增加信息必须调用add_string_attribute方法