1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-15 11:56:36 +02:00

35 lines
478 B
Plaintext
Raw Normal View History

2025-01-29 16:59:34 +03:00
---
sidebar_position: 1
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Create project
Creates a project file at the selected path
`Function CreateProject(Val Path) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Path | --path | String | ✔ | Project filepath |
Returns: Structure Of KeyAndValue - creation result
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```