Show TOC Start of Content Area

Background documentation MKLDIR  Locate the document in its SAP Library structure

Use

Creates a folder locally only. The folder can later be added to the repository using the ADD command. In case the same folder already exists on the server, this folder is synchronized to the local file system.

Syntax

Syntax

MKLDIR <folderPath>

Arguments

 

<folderPath>

Path to the folder where the folder should be created.

Description

Creates a directory locally. The folder is created only if the path is mounted and the local directory does not already exist. If the directory exists on the server but not locally, the folder is synchronized to the local file system.

Example

To create a folder locally only, execute:

mkldir newFolder

End of Content Area