Question : creating a directory on the server with lotusscript

hello

How can I create a dir with lotusscript on the server, from a client, or isn't this possible.

Thank's a lot

Paul

Answer : creating a directory on the server with lotusscript

What are you trying to store in that dir? A database?
In that case, use:
NotesDatabase.CreateCopy(Server, Path)
or:
NotesDatabase.CreateReplica(Server, Path)

Just like it happens when you do so through the File-menu, any non-existing dir's should be created automatically.
* not tested *
Random Solutions  
 
programming4us programming4us