![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: create folders Topic Summary: create folders and sub folders Created On: 24-May-2006 21:23 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi
I'm trying to create folders and sub folder under project automatically using DXL. I'm able to create folders under selected project using below script. I want to create subfolders under folder ex: i want to create sub folders under "Requirement" folder automatically. Could any one help on this issue. Project p = current Folder f1 = create ("Requirement", "Requirement Description") Folder f2 = create ("Sandbox", "Sandbox Description") Folder f3 = create ("Template", "Template Description") Thanks in advance Anand |
|
![]() |
|
![]() |
|
I think you'll need to set the folder you want as a parent to current, then just do another create:
current = f1 Folder sf1 = create("Subfolder 1", "Clever description goes here") Chris |
|
![]() |
|
![]() |
|
Hi Ananda,
an alternative possibility to solve your problem is to use a path in your create function: Folder f4 = create ("Requirement/Subfolder 1", "This is a subfolder of requirements") Greetings Reik ------------------------- Evosoft GmbH for Siemens Industry Sector Berlin, Germany |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
create folders
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.