-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Issue
Currently, fossfolio supports only Linux systems. This is due to the fact that the delimiters in Windows filesystems is \
(or \\
) while in Linux filesystems it is /
.
Solution
We need to enable platform detection and choose the delimiters accordingly.
Steps required
Change all hardcoded /
in the path strings to a variable.
Metadata
Metadata
Assignees
Labels
No labels