Message 1 of 3
Setting Pathfile to be user specific in onedrive using ilogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys!
I need help with setting the path to be username specific for ilogic.
This is the code i have.
If DOOR = "2 Pilot Lights" Then Component.Replace("DOOR", "C:\Users\JACA\OneDrive\Documents\Vault\Spartech\Power & Drives\LV MCC\FVNR Assemblies\Doors\FVNR_3X1_DOOR_2P_NR.iam", True) ElseIf DOOR = "3 Pilot Lights" Then Component.Replace("DOOR", "C:\Users\JACA\OneDrive\Documents\Vault\Spartech\Power & Drives\LV MCC\FVNR Assemblies\Doors\FVNR_3X1_DOOR_3P.iam", True)
JACA is the username and i want to set that to be whatever their login username is.