Well I don't know what is the aspect command to read folder name and pass it to a string varible, like for the file names findfirst and findnext
I wanna create a html sheet that contains hyperlinks to
xfoldernames, not only to filenames,
I wanna that my script first scan root "c:\" search for xfilenames and store with path to any varible xfilename[], and at same time converting to hyperlinks and writing in html sheet, after that if the script found xfoldernames at "c:\" jump to first foldername and do the same process looking for all filenames and subfolders in that folder and and storing to variables with its entire path.After that jump to the next folder in "C:\" and repeat the process.
The problem that I have, is how search for folder names and store to variables, with findfisrt and findnext I can find only filesnames, that is what I think, but maybe Iam not using correct command to find folder names.
Thank You and I hope You can understand my idea.