Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
About Flowcode
Flowcode Embedded
Flowcode App Developer
Using Flowcode
Command Icons
Examples and Tutorials
Component Library
Flowcode Debugging
Simulation Library
Component Creation
What's New
Glossary
Videos
Flowcode Help
Search
Search
Appearance
Log in
Personal tools
Log in
Contents
move to sidebar
hide
Beginning
1
Detailed description
2
Examples
Toggle Examples subsection
2.1
Calling in a calculation
Toggle the table of contents
API File.AbsPath
Page
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Printable version
Permanent link
Page information
Appearance
move to sidebar
hide
From Flowcode Help
Revision as of 14:11, 13 July 2026 by
SteveT
(
talk
|
contribs
)
(Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"")
(
diff
)
← Older revision
| Latest revision (diff) | Newer revision → (diff)
AbsPath
Gets an absolute path from a relative filename
- STRING
Filename
The path of the file relative to the project file
- HANDLE
Owner
A component that owns the file if it is a resource
- STRING
Return
Detailed description
Examples
Calling in a calculation
Declare a variable 'result' of type STRING
Add to a calculation icon:
result = ::File.AbsPath("filename", owner)
Search
Search
Toggle the table of contents
API File.AbsPath
Add topic