Hi,
I want to use vfs.file.exists to check the presence a file in a directory, but the extension of the file change with a number. Exemple : toto.001 and after toto.002.
If i check vfs.file.exists[c:\tmp\toto.*], i doesn't work.
Do you have a solution to use the character * or ? in the parameter ?
Thanks
PS : I have the version 1.6.2
I want to use vfs.file.exists to check the presence a file in a directory, but the extension of the file change with a number. Exemple : toto.001 and after toto.002.
If i check vfs.file.exists[c:\tmp\toto.*], i doesn't work.
Do you have a solution to use the character * or ? in the parameter ?
Thanks
PS : I have the version 1.6.2
Comment