Re: GETTING FULL PATHS
- Posted by David Gay <moggie at INTERLOG.COM> Jan 29, 1997
- 1100 views
> i know that you can use dir() to determine (1) that the path is real, > and (2) that the path is either a directory or a file. but i need to > convert the string to a full path, such as: > > "c:\stuff\bletch\foo\bar\" > Well, it's really not too hard to do. First, you use the find() command to locate each '\' and turn them into "\\". However, you will have to enlarge the string entered by one every time. I have some source at home that already does this in the first release of "A Beginner's Guide To Euphoria"...if you want it, I will send it to you. Thanks David Gay http://www.interlog.com/~moggie/euphoria.htm