Discuss this help topic in SecureBlackbox Forum
Specifies file location within the package.
Declaration
[C#/Java]
string FullPath;
[VB.NET]
Property FullPath As String
[Pascal]
property FullPath : WideString;
[C++]
void get_FullPath(sb_u16string &OutResult);
void get_FullPath(std::wstring &OutResult);
void set_FullPath(const sb_u16string &Value);
void set_FullPath(const std::wstring &Value);
[PHP]
string get_FullPath()
void set_FullPath(string $Value)
Description
Use this property to specify the location of the file within the package.
Discuss this help topic in SecureBlackbox Forum