$folder->open(foldername)
folder
foldername
If you didn't specify a folder name in the constructor, you need to call the open method, which takes the folder name as an argument and opens the folder. Also sets readonly if the folder is determined to be read-only.
open
readonly
Copyright © 2001 O'Reilly & Associates. All rights reserved.