The filetree tag has no wiki summary.
14
votes
5answers
322 views
Shortest sequence of operations transforming a file tree to another
Given two file trees A and B, is it possible to determine the shortest sequence of operations or a short sequence of operations that is necessary in order to transform A to B?
An operation can be:
...
1
vote
0answers
68 views
JQuery Tree File Expand Folders
regarding this Thread: enter link description here
i tried to get the workdaround of Bermo running...
It works but only for folders like
/images/fruit/
but not for a folder like:
...
1
vote
2answers
58 views
How can I get a node in a JTree file tree to know which file it is?
I wrote a file tree using JTree, and now I am trying to make it more efficient. I am trying to implement lazy loading, but I can't for the life of me get the nodes to recognize which file they are in ...
1
vote
2answers
63 views
Asynchronous operation of FileTree files?
Is there a way I can easily make the processing of FileTree files in a smart way in gradle tasks? I basically need to wait for the execution of all files, much like what you can do with GPars, but how ...
0
votes
1answer
55 views
How to manage a file tree
I have a JS file tree where i can delete, rename, add new files using ajax... I'm wondering what is the best way to update it when a file is deleted or a new one item is created or moved:
Reload the ...
0
votes
1answer
84 views
Making Jeditable working on new elements
I'm trying to make Jeditable works on new elements created using this jquery file tree.
On right click on a folder or file a context menu is shown and after clicking "Rename" item on the context menu ...
0
votes
2answers
87 views
PHP folder dropdowns
I am trying to make a dropdown menu of folders stored on a site. For example the top level would be a list of folders, and when the user hovers over the folder name, a dropdown appears so the user can ...