Click or drag to resize

UtilSetAppDataDir Method

Set the application data dir.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
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:
ArchitectureRoot FolderSub Folder
Windows 32 bitApplication's Data FolderPolar Engineering\WinWrap Basic (x86)
Windows 64 bitApplication's Data FolderPolar Engineering\WinWrap Basic (x64)
Linux/usr/sharePolar Engineering/WinWrap Basic (linux)
otherPolar Engineering/WinWrap Basic (other)
Example
Set the application data directory:
See Also