A questo mi sa che non ho capito bene come funziona il metodo .PutAllInFolder..., ma dallo help capisco che se la cartella non c\'è la crea. Forse a questo punto dipende dal tipo cartella (shared/shared, private on first use, private)? HELP: Call notesDocumentCollection.PutAllInFolder( folderName$ [, createonfail ] ) Parameters folderName$ String. The name of the folder in which to place the documents. The folder may be personal if the script is running on the workstation. If the folder is within another folder, specify a path to it, separating folder names with backward slashes, for example, "Vehicles\Bikes". createonfail Note This parameter is new with Release 5. Boolean. Optional. If True (default), creates the folder if one does not already exist
|