Jump to content

API File.RelPath: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import API changes
JonnyW (talk | contribs)
XML Import to change Variable types into Variable Types
Line 10: Line 10:


==Parameters==
==Parameters==
[[Variable types|STRING]] ''Filename''
[[Variable Types|STRING]] ''Filename''
:The absolute file path
:The absolute file path




==Return value==
==Return value==
[[Variable types|STRING]]
[[Variable Types|STRING]]


''<span style="color:red;">No additional information</span>''
''<span style="color:red;">No additional information</span>''

Revision as of 11:09, 10 June 2013

<sidebar>API contents</sidebar> Gets an relative path from an absolute filename

Class hierarchy

File

RelPath

Parameters

STRING Filename

The absolute file path


Return value

STRING

No additional information


Detailed description

No additional information


Examples

Calling in a calculation

  • Declare a variable 'result' of type STRING
  • Add to a calculation icon:
    result = ::File.RelPath("filename")

No additional information