create folder in the server

MRQMRQ Member Posts: 73
hi i wont to create folder in the server

how can i do it
i see some topics in the forum like this one


http://www.mibuso.com/forum/viewtopic.p ... ght=folder

but i did not find the code to create the folder

help me plz[/u]

Comments

  • krikikriki Member, Moderator Posts: 9,118
    You have to use an automation to do it: this is the global variable of the automation:
    Name DataType Subtype Length
    autFileSystemObject Automation 'Windows Script Host Object Model'.FileSystemObject
    Something like this:
    autFileSystemObject.CreateFolder('c:\xyz');
    
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.