Hi all, I am in the process of creating a file system which is based on virtual links.
Like for example: /home/user/documents (Real) is linked to the virtual file system path /documents (Virtual) and /home/user/documents2 (Real) is linked to /documents2 (Virtual) I would like for users to actually add these linkages into the File System by using the Finder, through drag and drop or copy or otherwise; i.e. to say by drag and dropping the folder into the virtual file system, the linkage is created. The second way for users to add the linkage would be to do actual file operations using terminal, for eg. the command: mv /home/user/documents/ /volumes/ examplefs/documents However I am facing a serious problem because I am unable to find a way to get the real folder path; without the path, the whole idea of this File system will not materialize. Is there any way to trap these file events in Finder or at the actual filesystem layer? Thanks. -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
