in reply to Re: Defining folder paths in an easy way?
in thread Defining folder paths in an easy way?

Filedialog maybee is the obvious and right way to do this, but do you know if it is possible to implement drag and drop of folders in tk?
  • Comment on Re^2: Defining folder paths in an easy way?

Replies are listed 'Best First'.
Re^3: Defining folder paths in an easy way?
by jrtayloriv (Pilgrim) on Feb 16, 2008 at 13:00 UTC
    I've never used it myself, but a quick search turned up a module called TK::DragDrop, which would seem to take care of that too. Try searching google for "tk drag drop perl" and you will find many tutorials and such regarding this ...

    UPDATE: Here ya go

    UPDATE: And this node isn't exactly what you're looking for, but it is very similar -- you could easily modify it to do what you want.