I think I need to clarify
I need the path in
Sub ImportModule(ByVal ModuleID As Integer, ByVal Content As String, ByVal Version As String, ByVal UserId As Integer) Implements DotNetNuke.Entities.Modules.IPortable.ImportModule
I need the path in order to export/import the module contents, because my module saves files to the hard disk that the user uploads, and those files must be imported/copied to the new module as well.
Public