FilePath Property (FPScript)
23.08.2021
Read access to the name and the path to the media file of a media object.
Syntax
[Media].FilePath
The syntax of the FilePath property consists of the following elements:
Element |
Description |
---|---|
Media |
The media object being accessed. |
Available in
FlexPro Basic, Professional, Developer Suite
Examples
Media.med.FilePath |
Returns, for instance, the string "C:\Users\Public\Videos\CrashTest.wmv". |