Difference between revisions of "API File.RelPath"
From Flowcode Help
Jump to navigationJump to search (XML Import to change Variable types into Variable Types)  | 
				 (XML import of updated API docs)  | 
				||
| Line 1: | Line 1: | ||
| + | |||
| + | |||
<sidebar>API contents</sidebar>  | <sidebar>API contents</sidebar>  | ||
Gets an relative path from an absolute filename  | Gets an relative path from an absolute filename  | ||
| Line 29: | Line 31: | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::File.RelPath("filename")</pre>  | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::File.RelPath("filename")</pre>  | ||
| − | ''<span style="color:red;">No additional   | + | ''<span style="color:red;">No additional examples</span>''  | 
Revision as of 09:58, 17 June 2013
<sidebar>API contents</sidebar>
Gets an relative path from an absolute filename
Contents
Parameters
STRING Filename
- The absolute file path
 
Return value
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 examples