Frends.Smb.CreateDirectory / 2.4.0
Summary
Creates a directory on an SMB share and returns its full UNC path.
Typical use — preparing a Process's own working area on a file server
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| DirectoryPath | String |
– | root\folder\newFolder |
Full path to the directory (relative to the share) we want to create. If a folder already exists, nothing happens. |