PHP中用于判断文件是否存在的函数? A: file_exists() B: filetime() C: file() D: filetype()
PHP中用于判断文件是否存在的函数? A: file_exists() B: filetime() C: file() D: filetype()
下列选项中,可以用于判断文件是否存在的函数是()。 A: file B: file_exists C: fileperms D: filesize
下列选项中,可以用于判断文件是否存在的函数是()。 A: file B: file_exists C: fileperms D: filesize
Java中要判断D盘下是否存在ab.txt文件,应该使用()。 A: if(new File(“d:ab.txt”).exists()==1) B: if(File.exists(“d:ab.txt”)==1) C: if(new File(“d:/ab.txt”).exists()) D: if(File.exists(“d:/ab.txt”))
Java中要判断D盘下是否存在ab.txt文件,应该使用()。 A: if(new File(“d:ab.txt”).exists()==1) B: if(File.exists(“d:ab.txt”)==1) C: if(new File(“d:/ab.txt”).exists()) D: if(File.exists(“d:/ab.txt”))
File类中,建立目录的方法是() A: create() B: mkdir() C: exists() D: delete()
File类中,建立目录的方法是() A: create() B: mkdir() C: exists() D: delete()
在JAVA中,要判断D盘下是否存在文件abc.txt,应该使用以下( )判断语句。 A: if(new File(“d:abc.txt”) .exists() = =1) B: if(File.exists(“d:abc.txt”) = =1) C: if(new File(“d:/abc.txt”) .exists( ) ) D: if(File.exists(“d:/abc.txt))
在JAVA中,要判断D盘下是否存在文件abc.txt,应该使用以下( )判断语句。 A: if(new File(“d:abc.txt”) .exists() = =1) B: if(File.exists(“d:abc.txt”) = =1) C: if(new File(“d:/abc.txt”) .exists( ) ) D: if(File.exists(“d:/abc.txt))
File类中获取文件绝对路径的方法是() A: getName( ) B: getPath( ) C: getParent( ) D: exists( )
File类中获取文件绝对路径的方法是() A: getName( ) B: getPath( ) C: getParent( ) D: exists( )
File类中判断文件是否存在的方法是 ( )。 A: exists( ) B: getName() C: isFile() D: delete( )
File类中判断文件是否存在的方法是 ( )。 A: exists( ) B: getName() C: isFile() D: delete( )
File类型中定义了什么方法来创建多级目录?( )。 A: createNewFile B: mkdir C: mkdirs D: exists
File类型中定义了什么方法来创建多级目录?( )。 A: createNewFile B: mkdir C: mkdirs D: exists
File类中用来获取文件的名字的函数是( )。 A: list( ) B: exists( ) C: Length() D: getName()
File类中用来获取文件的名字的函数是( )。 A: list( ) B: exists( ) C: Length() D: getName()
File类型中定义了( )方法来判断一个文件是否存在。 A: exists B: createNewFile C: renameTo D: delete
File类型中定义了( )方法来判断一个文件是否存在。 A: exists B: createNewFile C: renameTo D: delete