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字段签名则表示这是一个类型为DirInfo的List。
To add information to the FileInfo object, you must call the add_string_attribute method.
想要向FileInfo对象增加信息,必须调用add_string_attribute方法。