In native COBOL since at least Net Express 3.0 through VC 2.3.2, the first two calls to CBL_DIR_SCAN_READ after a call to CBL_DIR_SCAN_START will return file names "." and ".." respectively. In VC 2.3.2 managed COBOL these two "file names" don't seem to get returned. Am I seeing the correct (and permanent) managed COBOL behavior?
Don't get me wrong, this isn't a complaint or issue. I just want confirmation because if true then I can remove the IF test for these from my code.
↧