View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018271 | MMW 5 | Extensions framework | public | 2021-09-10 19:52 | 2021-10-02 18:13 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018271: No way to create folder using app.filesystem | ||||
Description | As reported by user and checking our documentation https://www.mediamonkey.com/docs/api/classes/Filesystem.html#method_getFolderFromString user seems to be right that getFolderFromString description is "Creates new folder", but actually it does not create any folder just gets the 'SharedFolder' object that isn't documented though. Method for creating folder is missing from the app.filesystem obect. More at: https://www.mediamonkey.com/forum/viewtopic.php?f=27&t=100025 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2506 | ||||
|
Added SharedFolder to be documented + added also app.filesystem.createFolderAsync Usage like: app.filesystem.createFolderAsync('C:\\Temp\\ababababab\\').then((folder) => { alert(folder.title); }, (err => { alert(err); })); |
|
Assigned to Jiri to update the docs on the web ( https://www.mediamonkey.com/docs/api/ ) |
|
Uploaded updated docs. |
|
Verified 2507 Also verified api docs. |