I have an item containing a file path, Key: some.log.file
I need to get the modification time of this file in an item.
So I naïvely tried to create an item with the Key: vfs.file.time[//some.log.file]
Of course it's complaining about the file not existing.
I tried enclosing //some.log.file between ``, "", {}, it doesn't seem to help.
How can this new item evaluate //some.log.file before executing the vfs.file.time function on it ?
Should I use a calculated or dependent item ? If yes, how ?
I need to get the modification time of this file in an item.
So I naïvely tried to create an item with the Key: vfs.file.time[//some.log.file]
Of course it's complaining about the file not existing.
I tried enclosing //some.log.file between ``, "", {}, it doesn't seem to help.
How can this new item evaluate //some.log.file before executing the vfs.file.time function on it ?
Should I use a calculated or dependent item ? If yes, how ?
Comment