pub fn get_module_file_path(
module: &Module,
current_path: &str,
file: &str,
) -> String
Expand description
Returns the path inside the module given a lang path
ยงArguments
module
- The modulecurrent_path
- The lang path which must be in this format:<module:
name[
path to module]>
path inside modulefile
- The path relative tocurrent_path
to the file inside the module