Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
When I use vrFileIOService to import a python script the name of the VRED file I'm using change to the script filename
##################
import_node = vrNodeService.findNode('Root')
files = ['C:/myfile.py']
result = vrFileIOService.importFiles(files, import_node)
#############
Is there other way to do this or avoid this issue?
Is there a better workflow to share code among all the team members in a centralized mode?
Thanks and regards
Solved! Go to Solution.