I currently have the extfh.cfg file handler in the same folder/directory where my Visual COBOL application resides. However, the data files that the extfh.cfg is handling are located on a different folder. My extfh.cfg looks like this:
[XFH-DEFAULT]
IDXFORMAT=3
[file1.dat]
IDXFORMAT=8
FILEMAXSIZE=8
[file2.dat]
IDXFORMAT=8
FILEMAXSIZE=8
Since the data files are located in another folder, do I have to specify the path where the data files are located in the extfh.cgf file? For example, does the configuration have look like this:
[c:\\files\\XFH-DEFAULT]
IDXFORMAT=3
[c:\\files\\file1.dat]
IDXFORMAT=8
FILEMAXSIZE=8
[c:\\files\\file2.dat]
IDXFORMAT=8
FILEMAXSIZE=8
Thanks in advance.



