FileMakePath

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > File >

FileMakePath

available from build: 20140331

Description

If not existing, this command creates the passed path.

Syntax

call DBWShell("FileMakePath path")

Parameters

path

the path to be created

Remarks

This command is DBWServer/DBWAclServer compliant.

Example

DBWShell("FileMakePath c:\temp\myfolder\myTemporaryFolder\")