MTA:Eir/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> {{:MTA:Eir/FileSystem/translator/functions}}") |
mNo edit summary |
||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
string translator | string translator:getPathProcessingMode () | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 23:31, 16 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