Skip to content

Commit cd8bedf

Browse files
authored
Update openconnection.md
1 parent 335f4ad commit cd8bedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/methods/openconnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Loads a CSV/TSV file on memory for data Input/Output operations.
1515

1616
## Syntax
1717

18-
*expression*.`OpenConnection`*(csvPathAndFilename, {DeleExistingFile:= `False`})*
18+
*expression*.`OpenConnection`*(csvPathAndFilename, \[DeleExistingFile:= `False`\])*
1919

2020
### Parameters
2121

@@ -62,4 +62,4 @@ See also
6262

6363
When the given path exists the file will be created on that path, otherwise an error occur. For on path existing file, the `OpenConnection` method will delete the file when the *DeleExistingFile* parameter is set to `True`. If that is not the case, a new file will be created.
6464

65-
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)
65+
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)

0 commit comments

Comments
 (0)