Hello
' Gambas module file
Public hWatch As Watch
Public Sub Main()
hWatch = New Watch("/home/sharon/", True, -1) As "sharon"
End
Public Sub sharon_Open()
Print "open file"
End
How can I know the name of the file that caused the event