(path)
| 316 | } |
| 317 | |
| 318 | function buildShareUrl(path) { |
| 319 | const p = path ? '&path=' + encodeURIComponent(path) : ''; |
| 320 | return withBasePath('/api/folder/shareFolder.php?token=' + encodeURIComponent(token) + passParam + p); |
| 321 | } |
| 322 | |
| 323 | function buildDownloadFileUrl(path, inline) { |
| 324 | const p = encodeURIComponent(path); |
no test coverage detected