Contents
Asks user for a foldername and creates the folder.
#include <fileoperations.h> class NewFolderOperation { public: // methods bool run (UrlRef parentFolder); };