Command
QisLib_SetMemoryMapsDir

QisLib_SetMemoryMapsDir

Function:
	int QisLib_SetMemoryMapsDir(const char* DirPath);

Inputs:
	DirPath: If QisLib_SetUseMemoryMaps is set to on, QisLib will search for memory maps
	files in this directory. If QisLib_SetCreateMemoryMaps is set to on, QisLib will
	create memory maps files in this directory.

Return:
	success:0
	failure: one of the following values :

Errors:
	-1: File open in progress, operation not permitted.

Description:
	- Memory maps feature is available only for GDSII.
	- If QisLib_SetUseMemoryMaps is set to on, QisLib will search for memory maps files in
	this directory.
	- If QisLib_SetCreateMemoryMaps is set to on, QisLib will create memory maps files in
	this directory.
	- Default is the startup directory of the program.
	- Call this function before calling QisLib_OpenGDSII.
	- The directory is not used when opening memory maps directly by QisLib_OpenMemoryMaps

References:
QisLib_SetCreateMemoryMaps
QisLib_SetUseMemoryMaps
QisLib_OpenGDSII
QisLib_OpenMemoryMaps