filePath property

CFile get filePath

将字符串转换为CFile对象。

返回一个CFile对象,表示当前字符串路径。

Implementation

CFile get filePath {
  return CFile(this);
}