wanted, code to get path from either filename or path\filename
- Posted by Al Taylor <alt at HARE.NET.AU> Aug 21, 1997
- 780 views
i want a procedure to take any of these data sequences: c:\test\t*.* \test\ t* and change it to this: c:\test\ eg: path = t*.* p = pathonly(path) puts(1,p) which should print c:\test