cschnei
Industrial
- Aug 14, 2014
- 14
Hello,
I am using the ufs.Clone function to import Parts to Teamcenter. Here it is possible to derfine with ufs.Clone.SetDefFolder (user_name + ":" + import_folder) the destination folder for the parts. If it does not exist, this folder is created automatically.
I have to copy these parts to several additional Teamcenter folders. For existing folders it is no problem to copy these new parts also to different TC folders with ufs.Ugmgr.AddToFolder(database_part_tag, rootfolder_tag). My problem is, if the destination folder does not exist.
Does anyone know how to create an empty folder in Teamcenter with a journal?
Thanks in advance
Carsten
I am using the ufs.Clone function to import Parts to Teamcenter. Here it is possible to derfine with ufs.Clone.SetDefFolder (user_name + ":" + import_folder) the destination folder for the parts. If it does not exist, this folder is created automatically.
I have to copy these parts to several additional Teamcenter folders. For existing folders it is no problem to copy these new parts also to different TC folders with ufs.Ugmgr.AddToFolder(database_part_tag, rootfolder_tag). My problem is, if the destination folder does not exist.
Does anyone know how to create an empty folder in Teamcenter with a journal?
Thanks in advance
Carsten