At the compile time I want to create a list of image files and can not use glob as the image files are also gets wraped in the execuatable.
This works on UNIX"
set imageList [list ‘echo images/*.gif‘]
What is the equivalent of this in Windows? How can I use exec dir [ file join ..... ] or some other clever way to do it.
Thanks,
Nick
This works on UNIX"
set imageList [list ‘echo images/*.gif‘]
What is the equivalent of this in Windows? How can I use exec dir [ file join ..... ] or some other clever way to do it.
Thanks,
Nick