Hi,
We have some customscript taking advantage of the "FilesAndFolders.MakeFolder" method in a scheduled task. Is there any way within the "FilesAndFolders" class to check wether or not the actual folder exists, before trying to use the "MakeFolder" method? It seems like all permissions for a folder is dropped, if the MakeFolder method is called on a folder that already exists.
Jonas