Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these is method for testing whether the specified element is a file or a directory?

a) IsFile()
b) isFile()
c) Isfile()
d) isfile()

Answer: b
Explanation: isFile() returns true if called on a file and returns false when called on a directory.

Join The Discussion