File (gb)
该类用于描述一个用
OPEN语句打开的文件,访问标准的输入、输出和错误流,用其静态方法操控文件路径。
不能直接创建该类,必须使用
OPEN语句来创建它。
静态属性
DefaultDirAuth
|
Return or set the default authorizations used when creating a new directory with MKDIR.
|
Err
|
|
In
|
PUBLIC SUB Main()
END
|
Out
|
|
静态方法
BaseName
|
PUBLIC SUB ButtonDisplayPath_Click()
END
|
Dir
|
PUBLIC SUB ButtonDisplayPath_Click()
END
|
Ext
|
PUBLIC SUB ButtonDisplayPath_Click()
END
|
IsHidden
|
|
IsRelative
|
|
Load
|
PUBLIC SUB ButtonOpen_Click()
CATCH
END
|
Name
|
PUBLIC SUB ButtonDisplayPath_Click()
END
|
RealPath
|
|
Save
|
PUBLIC SUB ButtonSave_Click()
CATCH
END
|
SetBaseName
|
DIM filePath AS String
|
SetDir
|
DIM filePath AS String
|
SetExt
|
DIM filePath AS String
|
SetName
|
DIM filePath AS String
|
Inherited properties
Inherited methods
事件