From: Ron Stanonik (stanonik at Cogsci.ucsd.edu) Date: Tue Nov 9 11:53:43 EST 2004 |
|
I'm porting an application from v208 to v299. In v208 paths were strings and I used regexp-match to identify files (eg, .jpg or logNNNNN). In v299 paths are not strings, but a new type. A solution is to path->string, then regexp-match. Is path->string the solution or is there some path matching, which I should be using. Thanks, Ron stanonik at cogsci.ucsd.edu
Posted on the users mailing list. |
|