FileAccount = nil 是判断FileAccount是否已被创建,它是一个指针,
如果要创建就应 FileAccount := TFileStream.Create();
FileAccount.handle 是一个文件句柄,=0 就是指当前还没有打开文件,
但此时FileAccount对象已经创建