Modules/FileSystem/translator/getPathProcessingMode: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ This function gets the path-processing-mode for the given file translator. ==Syntax== <syntaxhighlight lang="lua"> string translator:getPathProcessingMode () </syntaxhighlight> ==Returns== This function returns a string describing the current path-processing-mode of the translator. ===Possible Return Values=== *distinguished *ambivalent_file ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:Modules/FileSystem/translator/functions}}") |
No edit summary |
||
Line 1: | Line 1: | ||
<pageclass class="#3c82c8" subcaption="Translator function"></pageclass> | |||
__NOTOC__ | __NOTOC__ | ||
This function gets the path-processing-mode for the given file translator. | This function gets the path-processing-mode for the given file translator. |
Latest revision as of 03:33, 23 January 2022
This function gets the path-processing-mode for the given file translator.
Syntax
string translator:getPathProcessingMode ()
Returns
This function returns a string describing the current path-processing-mode of the translator.
Possible Return Values
- distinguished
- ambivalent_file
Example
-- TODO