Set the application data dir.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic static void SetAppDataDir(
string appDataDir
)
Public Shared Sub SetAppDataDir (
appDataDir As String
)
public:
static void SetAppDataDir(
String^ appDataDir
)
Parameters
- appDataDir String
-
Certificate authorization failures are logged to WW10-LOG.TXT in this directory.
Remarks
Set the application data dir.
Call this method before creating any BasicNoUIObj instances.
If this method is not called the default directory depends on the machine architecture:
| Architecture | Root Folder | Sub Folder |
|---|
| Windows 32 bit | Application's Data Folder | Polar Engineering\WinWrap Basic (x86) |
| Windows 64 bit | Application's Data Folder | Polar Engineering\WinWrap Basic (x64) |
| Linux | /usr/share | Polar Engineering/WinWrap Basic (linux) |
| other | | Polar Engineering/WinWrap Basic (other) |
Example
Set the application data directory:
No code example is currently available or this language may not be supported.
See Also