Skip to content

Modified the FileUtility class to run on Windows, Mac and Linux as it was only...

Yves Courteau requested to merge file-utility-multi-os-support into main

Modified the FileUtility class to run on Windows, Mac and Linux as it was only working smoothly on MAC OS. this will now identified the running OS and generate the directory and files needed to run, it will also append the S_lec & L_lec files as those files will be part of the emulated data received from Session and Datalink layer. Added a really small test and tried it locally on MAC it seems to be fine, will now pull the branch from a Windows 11 VM to test and if everything is ok I will raise a PR.

Tested on the Windows 11 VM and on my Arch Linux laptop, everything is running as expected. Will now merge.

Merge request reports