Discuss this help topic in SecureBlackbox Forum
Specifies whether the file is in the Application Data folder.
Declaration
[C#]
bool AppDataContents;
[VB.NET]
Property AppDataContents As Boolean
[Pascal]
property AppDataContents: boolean;
[C++]
bool get_AppDataContents();
[PHP]
bool get_AppDataContents()
[Java]
boolean getAppDataContents();
Description
This property returns True if the object is located in the Application Data folder, and False otherwise.
Discuss this help topic in SecureBlackbox Forum