Closed WraitheDX closed 4 years ago
Function should be defined as:
const bool FileIO::file_tags_parse( std::map <std::string, std::string> &parsed_tags, file_name );
Function should load the file using FileIO's file_read() function. parsed_tags should be popluated with key/value pairs. keys should be text left of semicolon, values should be text right of semicolon.
I am tackling this issue now. Function has been implemented.
Function should be defined as:
Function should load the file using FileIO's file_read() function. parsed_tags should be popluated with key/value pairs. keys should be text left of semicolon, values should be text right of semicolon.