hallodri wrote:try this
Code: Select all
RegExp = CreateRegularExpression(#PB_Any, "(?i)snapshot_[0-9]{10}.jpg")

hallodri wrote:try this
Code: Select all
RegExp = CreateRegularExpression(#PB_Any, "(?i)snapshot_[0-9]{10}.jpg")
It doesn't seem to work. I set up a small test program and supposedly it wrote a 6 meg file to a floppy without complaining.netmaestro wrote:Those commands are returning 1 when successful, so a reasonable assumption would be they'd return 0 if not. But the doc doesn't say so and I don't know how you'd test it.