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: 7.6.1.3-5cb5c356
Syntax
C#
public string GetFullPath()

Return Value

Type: 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