jhoek / UncommonSense.CBreeze

C#/PowerShell API for the Dynamics NAV C/AL object text format
MIT License
6 stars 4 forks source link

Exporting to a file from PowerShell should return a FileInfo object; exporting to a folder should return FileInfo objects #103

Closed jhoek closed 6 years ago

jhoek commented 7 years ago

Challenge: in some cases you want the C/Breeze objects (e.g. to export to both text files and a database), in some cases you want the FileInfo objects (to further process the text files after exporting), and in some cases you want silence (without the effort of piping to Out|Null).