Well, you don't give us much information. What operation system are you using? Or should it be cross-platform? Do you want a text interface or graphical user interface? And what is stopping you from just doing it?

If you want to create a graphical user interface you might want to take a look at Perl/Tk

Another question: Aren't those things already possible in the desktop environment? I.e. searching for files, displaying, adding dirs and removing them. That's what every shell like bash or csh and every File Manager like Finder, Dolphin or Windows Explorer does

If you are on linux and don't know how to search for files, you might like to read the man page of 'find' and/or install 'locate' (might also be called 'findutils-locate' or something else, just search for locate). locate puts all filenames on your hard disk into a database so you can just enter 'locate thing' and every file and path with the string "thing" in it will be listed


In reply to Re: Dialog Create Directory by jethro
in thread Dialog Create Directory by rvervecken

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.