Hi all .
My needs are to read a folder depending on a command activation.
I have a folder that contains files (I dont know how many, I dont know there names.). Then I want to open one of this files with a command like a "ring command" or "enum command".
When I select the file name in the ring, the vi return the complete path of the file.
To be sure to be understood, an example :
I have a folder under c:\
The folder name is "john"
In "john", I have a list of files for example :
"hobbies" "work" "personnal" "age"...
(I must insist on the fact that I dont know how many files they are.)
Then I select in a ring command "hobbies" "work" "personnal" or "age" ...
The vi return the complete file path.
How to do that?
If it's easy for you, t
hen the global question is : hox to select a file contain in a folder contain in a folder, with two ring command.
Like : c:\john\work\david.doc
or c:\thomas\hobbies\computer.ppt
Thanks in advance.