- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
pb函数库之文件操作函数(File operations function of Pb function library)
pb函数库之文件操作函数(File operations function of Pb function library)
FileClose ()
Function to close the file that was previously opened with the FileOpen () function.
Syntax FileClose (fileno)
Parameter fileno:integer, specifies the file handle to close the file, which returns the value when it opens the file using the FileOpen () function Integer. When the function succeeds, it returns 1 and returns -1 when an error occurs. If the value of the fileno parameter is NULL, then the FileClose () function returns NULL.
--------------------------------------------------------------------------------
FileDelete ()
Function to delete the specified file.
Syntax FileDelete (filename)
Parameter filename:string type, specifies the filename of the file to be deleted, which may contain the path return value Boolean. When the function succeeds, it returns TRUE and returns FALSE when an error occurs. If the value of the filename parameter is NULL, then the FileDelete () function returns NULL.
--------------------------------------------------------------------------------
FileExists ()
Function check to see if the specified file exists.
Syntax FileExists (filename)
The parameter filename:string type specifies the filename of the file to check for existence, which can contain the path return value Boolean. Returns TRUE if the specified file exists, and returns FALSE when it does not exist. If the value of the filename parameter is NULL, then the FileExists () function returns NULL. Usage if the file specified by the filename parameter is locked by another application lock, then the FileExists () function returns FALSE.
--------------------------------------------------------------------------------
FileLength ()
Function to get the length of the specified file (in bytes).
Syntax FileLength (filename)
The parameter filename:string type specifies the file name of the file to be obtained, in which the path return value Long is included. When the function succeeds, the length (in bytes) of the
您可能关注的文档
- 2009年高考状元独门绝技数学篇(2009 college entrance exam skills Mathematics).doc
- 2009年高考英语试题分类汇编——动词时态和语态(Compilation of English examination questions for the college entrance examination in 2009 -- verb tense and voice).doc
- 2009年高考考前成语专题归类积累材料(二)(In 2009, before the college entrance examination, idioms were classified and accumulated materials (two)).doc
- 2009毕业班小学英语总复习资料(2009 graduating class primary school English review data).doc
- 2009银行从业资格考试辅导《个人理财》习题与答案(2009, the bank qualification examination counseling personal finance questions and answers).doc
- 2009高考必背单词(2009, the college entrance examination must recite words).doc
- 2009春季岭南mba第二次小型人才交流会(2009 Spring South of the Five Ridges MBA second small talent exchange meeting).doc
- 2009年新年祝福短信集锦(2009 New Year Blessing SMS highlights).doc
- 2010-2011-1缙云期中考试安排(2010-2011-1 midterm examination in Jinyun).doc
- 2009高考病句详解(2009 college entrance examination very detailed).doc
- pcb设计经典技巧(PCB design classic skills).doc
- pdf与word等各种文件格式之间的互相转化(PDF and word and other file formats conversion between each other).doc
- oralce格式转换(ORALCE format conversion).doc
- peajaxaction(peajaxaction).doc
- perl各个符号代表的意思(Perl symbols represent the meanings of).doc
- perl笔记(Perl笔记).doc
- pf虚拟内存设置(Pf virtual memory settings).doc
- oracle中的日期和字符串互相转换(The date and string in Oracle are converted to each other).doc
- oracle数据库的数据迁移方法(Data migration method for Oracle Database).doc
- photoshop cs2 快捷键(PS图象处理软件CS2快捷键).doc
文档评论(0)