Browse for Folder in BC V15

jimmyf
jimmyf Member Posts: 104
Hi is there a way to programmatically browse for a folder on the users PC and return the path from the web client in AL?
Codeunit 410 File Management had the BrowseForFolderDialog function however this codeunit is no longer available.

Thanks

Answers

  • kylehardin
    kylehardin Member Posts: 257
    Codeunit 419 File Management is still there - it is in the Base Application.
    Kyle Hardin - ArcherPoint
  • jimmyf
    jimmyf Member Posts: 104
    Thanks Kyle