On Jan 02, 2007, at 11:17 AM, Youri wrote:


Sorry Charles,


I didn't manage it with your explanation.


I tried :

        dim f, g as FolderItem
        f = new FolderItem("C001")
        g = GetFolderItem(app.MyFolderPath)
What KIND of path is app.MyFolderPath ?
If its an absolute path you might try
         g = GetFolderItem(app.MyFolderPath, Folderitem.PathTypeAbsolute)

        f = g.Child("C001")
        f.createAsFolder


But I get a Nil exception on f.

Could you explain where is my bug?

Thanks,

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