get_module_file_path

Function get_module_file_path 

Source
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 module
  • current_path - The lang path which must be in this format: <module:name[path to module]>path inside module
  • file - The path relative to current_path to the file inside the module