Path_MakeAll

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > File > PATH: functions working on paths >

Path_MakeAll

 

Description

 

Create a subdirectory/folder and all intermediate folders.

 

Syntax

 

n = Path_MakeAll(sFullPath)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

sFullPath

String

No

Full path.

 

Remarks

 

If any folder/sub-folder in the specified Path doesn't exist, it will be created.
 

Restrictions

 

See also

 

Examples