Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
70 stars 18 forks source link

mod_folder get flattened #81

Open septatrix opened 2 years ago

septatrix commented 2 years ago

Currently instances of mod_folder with directories within them get flattened. The filenames afterwards are the theoretical path but slashes get sanitized out. A cleaner solution whilst still being safe would be to split the path on slashes and create the missing intermediate directories.