View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019270 | MMW 5 | Extensions framework | public | 2022-07-21 14:00 | 2022-08-31 19:53 |
Reporter | zvezdan | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | random |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.3 | ||||
Target Version | 5.0.4 | Fixed in Version | 5.0.4 | ||
Summary | 0019270: app.filesystem.getFolderOfPathAsync(...).path is sometimes wrong | ||||
Description | The folder returned by app.filesystem.getFolderOfPathAsync sometimes has wrong path property. For example, (await app.filesystem.getFolderOfPathAsync('f:')).path -> 'F:f:' or even this: (await app.filesystem.getFolderOfPathAsync('e:')).path -> 'M:e:' or (await app.filesystem.getFolderOfPathAsync('e:\\Temp\\')).path -> 'M:e:\\Temp\\' but sometimes it is ok: (await app.filesystem.getFolderOfPathAsync('c:\\Temp\\')).path -> 'c:\\Temp\\' I cannot reproduce it always, and it is happening with different drives. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2658 | ||||