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