ResourceFileItemGetFullPath Method |  |
Gets the absolute path of the given resource. Combines the Root,
FileFolder,
and
FileName values.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic string GetFullPath()
Return Value
StringThe absolute path to the resource instance.
RemarksCombines the root resource with the
FilePath. A
FilePath
may only be relative so calling this will prepend the root path to the
FilePath.
See Also