| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -219,42 +219,42 @@ export module knownFolders { | |||
| 219 | 219 | */ | |
| 220 | 220 | module ios { | |
| 221 | 221 | /** | |
| 222 | - * Gets the NSLibraryDirectory. | ||
| 222 | + * Gets the NSLibraryDirectory. Note that the folder will not be created if it did not exist. | ||
| 223 | 223 | */ | |
| 224 | 224 | export function library(): Folder; | |
| 225 | 225 | ||
| 226 | 226 | /** | |
| 227 | - * Gets the NSDeveloperDirectory. | ||
| 227 | + * Gets the NSDeveloperDirectory. Note that the folder will not be created if it did not exist. | ||
| 228 | 228 | */ | |
| 229 | 229 | export function developer(): Folder; | |
| 230 | 230 | ||
| 231 | 231 | /** | |
| 232 | - * Gets the NSDesktopDirectory. | ||
| 232 | + * Gets the NSDesktopDirectory. Note that the folder will not be created if it did not exist. | ||
| 233 | 233 | */ | |
| 234 | 234 | export function desktop(): Folder; | |
| 235 | 235 | ||
| 236 | 236 | /** | |
| 237 | - * Gets the NSDownloadsDirectory. | ||
| 237 | + * Gets the NSDownloadsDirectory. Note that the folder will not be created if it did not exist. | ||
| 238 | 238 | */ | |
| 239 | 239 | export function downloads(): Folder; | |
| 240 | 240 | ||
| 241 | 241 | /** | |
| 242 | - * Gets the NSMoviesDirectory. | ||
| 242 | + * Gets the NSMoviesDirectory. Note that the folder will not be created if it did not exist. | ||
| 243 | 243 | */ | |
| 244 | 244 | export function movies(): Folder; | |
| 245 | 245 | ||
| 246 | 246 | /** | |
| 247 | - * Gets the NSMusicDirectory. | ||
| 247 | + * Gets the NSMusicDirectory. Note that the folder will not be created if it did not exist. | ||
| 248 | 248 | */ | |
| 249 | 249 | export function music(): Folder; | |
| 250 | 250 | ||
| 251 | 251 | /** | |
| 252 | - * Gets the NSPicturesDirectory. | ||
| 252 | + * Gets the NSPicturesDirectory. Note that the folder will not be created if it did not exist. | ||
| 253 | 253 | */ | |
| 254 | 254 | export function pictures(): Folder; | |
| 255 | 255 | ||
| 256 | 256 | /** | |
| 257 | - * Gets the NSSharedPublicDirectory. | ||
| 257 | + * Gets the NSSharedPublicDirectory. Note that the folder will not be created if it did not exist. | ||
| 258 | 258 | */ | |
| 259 | 259 | export function sharedPublic(): Folder; | |
| 260 | 260 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments