FS_ReadDirectoryChanges_DestroyΒΆ

FS_ReadDirectoryChanges_Destroy stops watching a directory.

bool = FS_ReadDirectoryChanges_Destroy(dwi)

Return Value

bool is TRUE (1) if the functions was successful.

Parameters

dci

dwi is an object created by FS_ReadDirectoryChanges_Create

History

Version

Description

5.5.0

New

id-595139