Click or drag to resize

ResourceFileItemGetFullPath Method

Gets the absolute path of the given resource. Combines the Root, FileFolder, and FileName values.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public string GetFullPath()

Return Value

String
The absolute path to the resource instance.
Remarks
Combines 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