mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 17:24:12 +02:00
Add comment for exchanging the system call
This commit is contained in:
@@ -45,6 +45,7 @@ void WriterUtils::create_destination_folder(const string& output_file)
|
||||
|
||||
string output_folder(output_file.substr(0, file_separator_index));
|
||||
|
||||
// TODO: filesystem::create_directories(output_folder)
|
||||
string create_folder_command("mkdir -p " + output_folder);
|
||||
system(create_folder_command.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user