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方法。