os.Path.dirclose

The os.Path.dirclose is used to close the directory referenced by the directory handle. The syntax of the method is as follows:

 

CALL os.Path.dirclose(dir_handle)

 

where:

ยท         dir_handle = an integer standing for the directory handle of the directory to be closed.