xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
File类 参考

Public 成员函数

详细描述

在文件 BuiltinObjects.x1350 行定义.

构造及析构函数说明

◆ File() [1/3]

void File ( )

◆ File() [2/3]

void File ( String  )

◆ File() [3/3]

void File ( File  ,
  String 
)

成员函数说明

◆ chmod()

bool chmod ( int  )

◆ close()

void close ( long  )

被这些函数引用 OSProcess.getProcessListUnix().

◆ exists()

bool exists ( )

◆ extension()

String extension ( )

◆ finalize()

void finalize ( )

◆ find()

bool find ( long  ,
  File 
)

被这些函数引用 OSProcess.getProcessListUnix().

◆ getName()

String getName ( )

被这些函数引用 OSProcess.getProcessListUnix().

◆ getPath()

String getPath ( )

被这些函数引用 OSProcess.getProcessListUnix().

◆ isDirectory()

bool isDirectory ( )

◆ lastModifiedTime()

long lastModifiedTime ( )

◆ length()

long length ( )

◆ mkdir()

bool mkdir ( )

◆ mode()

int mode ( )

◆ open()

long open ( )

被这些函数引用 OSProcess.getProcessListUnix().

◆ parentPath()

String parentPath ( )

◆ remove()

bool remove ( )

◆ rename()

bool rename ( String  )