python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Create a folder in DXL - DOORS
I am trying to make a script that will copy the contents of one project to another (ie folders and modules) in DXL. To do it, I have seen that there is the create function,
create(string name, string ...

F A Fernández
Votes: 0
Answers: 1
I am writing a DXL script to print a modulename with path using a function . I need to remove if the directory has remote in that path
Below module is forming a directory from a path
Checkmodules("Cus", "projectname".cfg", ".*(Cus|Cer Requirements|Cer Speci|ASM|/ASM24e|Specs).*");
The above line for...
premranjith
Votes: 0
Answers: 1