What are the operations that can be performed on a directory?
The operations that can be performed on a directory are
1 Search for a file
2 Create a file
3 Delete a file
4 Rename a file
5 List directory
6 Traverse the file system
1 Search for a file
2 Create a file
3 Delete a file
4 Rename a file
5 List directory
6 Traverse the file system
Leave a Comment