function check meaning in English
功能检查
Examples
- The is _ writeable ( ) function checks whether the specified file is writeable
函数的作用是:判断给定的文件名是否可写。 - The is _ dir ( ) function checks whether the specified file is a directory
函数的作用是:判断给定文件名是否是一个目录。 - The is _ link ( ) function checks whether the specified file is a link
函数的作用是:判断给定文件名是否为一个符号连接。 - The is _ executable ( ) function checks whether the specified file is executable
函数的作用是:判断给定文件名是否可执行。 - The feof ( ) function checks if the " end - of - file " ( eof ) has been reached
函数的作用是:测试文件指针是否到了文件结束的位置。