Skip to content

Commit 502d8df

Browse files
authored
Update CreateFileAsync and CreateFolderAsync descriptions
Depends on: <AvaloniaUI/Avalonia#20850>
1 parent eb3a090 commit 502d8df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/concepts/services/storage-provider/storage-item.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ This method is lazily evaluate and is async.
7878

7979
### CreateFileAsync
8080

81-
Creates a file with specified name as a child of the current storage folder
81+
Creates, or truncates and overwrites, a file with specified name as a child of the current storage folder.
8282

8383
### CreateFolderAsync
8484

85-
Creates a folder with specified name as a child of the current storage folder
85+
Creates a folder with specified name as a child of the current storage folder unless they already exist.
8686

8787
## Extension methods
8888

@@ -93,4 +93,4 @@ Android platform usually uses "content:" virtual file paths and Browser platform
9393

9494
:::note
9595
If you want to save file path to reuse it later (in combination with TryGetFileFromPathAsync), please consider using [Bookmarks](./bookmarks) instead as they are designed to work in sandboxed environment, where user app might not have direct access to the physical file system.
96-
:::
96+
:::

0 commit comments

Comments
 (0)