Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about ibm-doors

Read more about ibm-doors

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)

Questions - ibm-doors

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 ...
test-img

F A Fernández

scripting

ibm-cloud

requirements

ibm-doors

Votes: 0

Answers: 1

Latest Answer

from the DXL manual: The name argument can be an absolute or relative name, and may include the path.. So, you might have a loop like Project P = project ('/P') Item i for i in P do { if (type i ==...
test-img

Mike

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...
test-img

premranjith

regex

path

ibm-doors

Votes: 0

Answers: 1

Latest Answer

You can do a replace (to an empty string) with the following regex combined with the flag g (global=all occurrences) and m (multiline) ^.*remote.*$ In JavaScript this would be : outputPath.replace(/^...
test-img

Michel Lamsoul

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved