I have run into a little problem. I'm trying to load a .mse file with some files/folder entities. When Moose is listing the files entities it combines the folders and files name directly, like this: FolderFile.ext, with no delimiter between. Shouldn't they be like Folder/File.ext ?
And a second issue: if the files and folders doesn't exist when i check the All folders group i'm getting a lot of errors (ERROR_FILE_NOT_FOUND). Btw, if the pathname is relative, where is it looking for the files?

Test file:
(Moose.Model (id: 1)
   (name 'FileTest')
   (entity
        (FAMIX.Folder (id: 2)
            (stub false)
            (name 'Folder'))
        (FAMIX.File (id: 3)
            (stub false)
            (name 'file1.txt')
            (belongsTo (idref: 2)))
        (FAMIX.File (id: 4)
            (stub false)
            (name 'file2.txt')
            (belongsTo (idref: 2)))))

  Adrian D.

 
--------------------------------------------------------------
Adrian DOZSA
Politehnica University of Timisoara      
Computer Science Department
mail: adi.dozsa@gmail.com
web: http://adi.dozsa.googlepages.com/