xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
File | ( | ) |
bool chmod | ( | int | ) |
void close | ( | long | ) |
bool exists | ( | ) |
String extension | ( | ) |
获取文件扩展名
void finalize | ( | ) |
bool find | ( | long | , |
File | |||
) |
String getName | ( | ) |
String getPath | ( | ) |
bool isDirectory | ( | ) |
long lastModifiedTime | ( | ) |
long length | ( | ) |
bool mkdir | ( | ) |
int mode | ( | ) |
long open | ( | ) |
String parentPath | ( | ) |
获取父目录路径
bool remove | ( | ) |
bool rename | ( | String | ) |