Skip to content
  • Hugo Beauzée-Luyssen's avatar
    filesystem: Fix createDirectory usage · 252c36c3
    Hugo Beauzée-Luyssen authored
    It will now check for the folder existence & validity during the
    Directory constructor. As such, we need to check for potential
    exceptions being thrown, and don't need to check for the return value.
    252c36c3