CFile constructor

CFile(
  1. String filename
)

构造函数,初始化文件或目录的路径。

filename 文件或目录的路径。

Implementation

CFile(this.filename);