Hi

I am trying to use Load_Def and making sure the .int-file ends up in the correct folder.
According to the help file (DF18.2)
//*** Make sure int file comes in first folder of datapath by
//*** making that folder current
Get phoWorkspace of ghoApplication to hoWorkspace
Get psDataPath of hoWorkspace to sPath
Get PathAtIndex of hoWorkspace sPath 1 to sPath
Get_Current_Directory to sOrigFolder
Set_Directory sPath
My code:
Code:
            Get_Current_Directory to sDataPathOrg
            Set_Directory "c:\pp7dev\data"
Even though I set the directory to the folder I want, the .int-file ends up in a different location.
What am I doing wrong?

thanks