Home »
MCQs »
Perl Programming MCQs
Which of the following operations can be performed on directories?
52. Which of the following operations can be performed on directories?
- Creating directory
- Closing directory
- Changing directory path
- All of these
Answer: D) All of these
Explanation:
Different operations that can be performed on a directory are:
- Creating a new directory
- Opening an existing directory
- Reading contents of a directory
- Changing a directory path
- Closing a directory
- Removing the directory