Hi,


I hope you had a good time for the New Year ev'...

I am breaking my teeth on this (certinaly very easy) problem :

I have a string in which I store the location of a Folder on my Hard drive as a string.

I want to create afterward a folder inside this folder. How do I pass this path to indicate where I want to create my folder?

I have done :

        dim f as FolderItem
        f = new FolderItem("C001")
        dossier.AbsolutePath = app.MyFolderPath
        dossier.createAsFolder

But it doesn't work. I also tried to do :

        dim s as string
        s = app.MyFolderPath + "C001"
        f = new FolderItem(s)


It creates a folder with the Name "s" at the root...


Best regards,


Youri
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to