Page MenuHome

Fileops: call `BLI_path_slash_native()` in `BLI_dir_create_recursive()`
ClosedPublic

Authored by Sybren A. Stüvel (sybren) on Sep 23 2021, 12:57 PM.

Details

Summary

Make the Windows version of BLI_dir_create_recursive() call
BLI_path_slash_native() before it tries to handle the path. This
should make it possible to call it with non-native path separators.

Diff Detail

Repository
rB Blender
Branch
master
Build Status
Buildable 17257
Build 17257: arc lint + arc unit

Event Timeline

Sybren A. Stüvel (sybren) requested review of this revision.Sep 23 2021, 12:57 PM
Sybren A. Stüvel (sybren) created this revision.
This revision is now accepted and ready to land.Sep 23 2021, 1:37 PM

Closing the revision then, as it has been commited.