#2
路過2007-06-18 08:26
|
ll_length=filelength(ls_path)
// 这个 ll_length=-1
------If the file does not exist, FileLength returns -1
ll_code=FileOpen(ls_path, streammode!)
// 这个 ll_code=-1
---------Returns the file number assigned to filename if it succeeds and -1 if an error occurs
end if
想不通 啊?
为什么文件存在了 然而判断它的长度却为-1
而帮助里面说 不存在才-1 的。。
不存在才返回-1 我想不通什么原因
[此贴子已经被作者于2007-6-16 14:34:23编辑过]