[Gambas-user] inotify

roberto.premoli at tiscali.it roberto.premoli at tiscali.it
Mon Sep 11 20:46:31 CEST 2023


Il 11.09.2023 19:37 Fabien Bodard ha scritto:

> hi, is it possible to watch a file in the /proc path ?
> I'm trying to watch /proc/self/mountstats... but I'm not able to 
> catch
> the file modification :-/
> any idea ?
> Fabien Bodard

Dim variable as string

exec ["cat", "/path/you/want/file/you/want] to variable

print variable



More information about the User mailing list