Hi
I open up a map file viz:
The dirString var returns as: W:\MyProgramFiles_W\PowerMonProgs\pmonDB_uServerJRDC\jRDC_sqLite\jRDCv2_sqLite\Objects\AssetsDir
But there is no such directory on my hard drive.
But the correct map data is returned by the "map = File.ReadMap(File.DirAssets, configFileArg)"
This map file is in: W:\MyProgramFiles_W\PowerMonProgs\pmonDB_uServerJRDC\jRDC_sqLite\jRDCv2_sqLite\Files
I don't understand this.
Does anyone know how all this Java directory/path stuff works? It's driving me nuts.
Also does the File.ReadMap command close the file and unlock it in terms of Windows file locking when the File.ReadMap is completed?
Best regards
Rob
I open up a map file viz:
Open Map File:
'Read the file and see whether it has any key:value pairs
dirString = GetCanonicalPath(File.DirAssets) 'For experimentation only
map = File.ReadMap(File.DirAssets, configFileArg)
If map.Size = 0 Then
Return
End If
The dirString var returns as: W:\MyProgramFiles_W\PowerMonProgs\pmonDB_uServerJRDC\jRDC_sqLite\jRDCv2_sqLite\Objects\AssetsDir
But there is no such directory on my hard drive.
But the correct map data is returned by the "map = File.ReadMap(File.DirAssets, configFileArg)"
This map file is in: W:\MyProgramFiles_W\PowerMonProgs\pmonDB_uServerJRDC\jRDC_sqLite\jRDCv2_sqLite\Files
I don't understand this.
Does anyone know how all this Java directory/path stuff works? It's driving me nuts.
Also does the File.ReadMap command close the file and unlock it in terms of Windows file locking when the File.ReadMap is completed?
Best regards
Rob