FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: update file-system api reference (#6135) · NativeScript/NativeScript@5db3e67 · GitHub

Commit 5db3e67

Browse files
authored
chore: update file-system api reference (#6135)
1 parent 81e63ee commit 5db3e67

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

‎tns-core-modules/file-system/file-system.d.ts‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,42 +219,42 @@ export module knownFolders {
219219
*/
220220
module ios {
221221
/**
222-
* Gets the NSLibraryDirectory.
222+
* Gets the NSLibraryDirectory. Note that the folder will not be created if it did not exist.
223223
*/
224224
export function library(): Folder;
225225

226226
/**
227-
* Gets the NSDeveloperDirectory.
227+
* Gets the NSDeveloperDirectory. Note that the folder will not be created if it did not exist.
228228
*/
229229
export function developer(): Folder;
230230

231231
/**
232-
* Gets the NSDesktopDirectory.
232+
* Gets the NSDesktopDirectory. Note that the folder will not be created if it did not exist.
233233
*/
234234
export function desktop(): Folder;
235235

236236
/**
237-
* Gets the NSDownloadsDirectory.
237+
* Gets the NSDownloadsDirectory. Note that the folder will not be created if it did not exist.
238238
*/
239239
export function downloads(): Folder;
240240

241241
/**
242-
* Gets the NSMoviesDirectory.
242+
* Gets the NSMoviesDirectory. Note that the folder will not be created if it did not exist.
243243
*/
244244
export function movies(): Folder;
245245

246246
/**
247-
* Gets the NSMusicDirectory.
247+
* Gets the NSMusicDirectory. Note that the folder will not be created if it did not exist.
248248
*/
249249
export function music(): Folder;
250250

251251
/**
252-
* Gets the NSPicturesDirectory.
252+
* Gets the NSPicturesDirectory. Note that the folder will not be created if it did not exist.
253253
*/
254254
export function pictures(): Folder;
255255

256256
/**
257-
* Gets the NSSharedPublicDirectory.
257+
* Gets the NSSharedPublicDirectory. Note that the folder will not be created if it did not exist.
258258
*/
259259
export function sharedPublic(): Folder;
260260
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL