文件系统对象类模块,FileSystemObject类

易语言 2020-09-28 16:04:26

文件系统对象类模块,FileSystemObject类

.子程序 取标准流对象, 对象, 公开, 检索标准输入、输出或错误流。返回对象(ITextStream)
.参数 StandardStreamType, 整数型, , 0、StdIn; 1、StdOut; 2、StdErr。
.参数 Unicode, 逻辑型, 可空, 参数默认值为“假”

返回 (fso.对象型方法 (“GetStandardStream”, StandardStreamType, Unicode))

.子程序 取文件版本, 文本型, 公开, 取指定文件版本。- -。貌似取出的都是空...
.参数 FileName, 文本型

返回 (fso.文本方法 (“GetFileVersion”, FileName))