Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.118 Times

Directory Tree List freeware
Filter: All | Freeware | Demo
 

Directory Tree List

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 642

Rename subdirectories of a directory tree I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.It would be nicer if someone could suggest an enhanced re.sub(regex,...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Rename subdirectories of a directory tree Download

Added: May 10, 2013 | Visits: 1.008

Clean up a directory tree This script can be used to clean up a directory tree irrespective of whether the directory tree contains non-empty directories. As long as the user has permission to remove the files, this will work.There is no files, thor cleaning a non-empty directory tree in python os module. os.removedirs()...





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Clean up a directory tree Download

Added: May 10, 2013 | Visits: 508

PHP DHTML Expandable Tree List PHP DHTML Expandable Tree List is an exts that gives Web sites a ives Web sites a professional look using PHP and DHTML.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): PHP DHTML Expandable Tree List Download

Added: May 10, 2013 | Visits: 540

Watching a directory tree on Unix This script continuously monitors the paths and their subdirectories for changes. If any files or directories are modified, the callable 'func' is called with a list of the modified paths of both files and directories.'func' can return a Boolean value for rescanning; if it returns True, the...


Platforms: *nix, Python, BSD

License: Freeware Download (55): Watching a directory tree on Unix Download

Added: July 17, 2013 | Visits: 680

Directory tree control This control subclasses the MFC CTreeCtrl to display and let you select the path of a folder/directory.


Platforms: C and C plus plus

License: Freeware Size: 40.96 KB Download (45): Directory tree control Download

Added: August 02, 2013 | Visits: 453

PHP DHTML Expandable Tree List for Scripts PHP DHTML Expandable Tree List is an exts that gives Web sites a ives Web sites a professional look using PHP and DHTML.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): PHP DHTML Expandable Tree List for Scripts Download

Added: May 10, 2013 | Visits: 693

Flexible directory walking This function walks a directory tree starting at a specified root folder, and returns a list of all of the files (and optionally folders) that match our pattern(s).The standard match our tree function os.path.walk can be confusing, and is difficult to customize. It can also be slow. Here's an...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Flexible directory walking Download

Added: January 25, 2010 | Visits: 1.387

Directory Tree Directory Tree is a file/Directory viewer/manipulator. It creates a View (window) which is used to display a selected directory.It allows you to view a directory in six ways:Info display : information about the directory itselfText display : display contents in a line-by-line text formatStar...


Platforms: Mac

License: Freeware Size: 512 KB Download (153): Directory Tree Download

Added: May 10, 2013 | Visits: 543

Watching a directory tree under Linux This script contains a class named DirectoryNotifier that encapsulates the code required for watching directory entry contents.


Platforms: *nix, Python, BSD

License: Freeware Download (53): Watching a directory tree under Linux Download

Added: June 28, 2013 | Visits: 597

Run M-Lint on a directory tree and filter results This function addresses two of the major shortcomings of the M-Lint report which is available in the MATLAB Directory Browser. Firstly, it will perform a recursive analysis, i.e. the current directory and its subdirectories and their subdirectories etc. Secondly, it allows the user to filter out...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Run M-Lint on a directory tree and filter results Download

Added: May 10, 2013 | Visits: 1.688

ftpsync ftpsync synchronizes a local directory tree and a remote FTP directory tree. It includes a perl script and a php script.It was initally written to automize web publishing, but other purposes might be fulfilled also.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (105): ftpsync Download

Added: April 24, 2010 | Visits: 977

archive2iso archive2iso application takes a directory tree and randomizes the files in the tree to stripe the files across several ISO files that can be archived or burned off to a CD. The intended use is to stripe files across multiple CD/DVD randomly so if one disc is damaged all the images that were in...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): archive2iso Download

Added: August 31, 2008 | Visits: 1.258

FLG This advanced file list generator searches the directory tree for files with a specified search criteria. It produces one or more file lists in HTML, text format or both. You can even set this up to run on a schedule.


Platforms: Windows

License: Freeware Size: 1.42 MB Download (502): FLG Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 537

Folder Tree Creator You can organize your boomarks and publish it on your web site using this tool. The orginal Folder Tree was written using JavaScript & DHTML from Marcelino Martins. This tool helps you builds this script and gives some additional features, for instance: · Directory tree scanning · Previewing...


Platforms: Windows

License: Freeware Download (49): Folder Tree Creator Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 423

PCGenDM PCGen Data Manipulation/Management - For the manipulation/management of the data sets (list files) and data structure (directory tree) used within PCGen.


Platforms: Windows, Mac, Linux

License: Freeware Size: 90.91 KB Download (54): PCGenDM Download

Released: December 07, 2012  |  Added: December 07, 2012 | Visits: 394

PHP DHTML Expandable Tree List An expandable tree lists that gives Web sites a professional look using PHP and DHTML.


Platforms: Windows, Mac, Linux

License: Freeware Size: 14.15 KB Download (54): PHP DHTML Expandable Tree List Download

Released: April 03, 2007  |  Added: May 09, 2007 | Visits: 5.493

SuperEdi SuperEdi is the ideal text editor for web site developers and programmers. Text files can be edited locally or directly on a remote server using the build-in FTP client. Syntax coloring is included for HTML, CSS and JavaScript files, and can easily be extended for other languages. You can add...


Platforms: Windows

License: Freeware Size: 1.01 MB Download (245): SuperEdi Download

Added: March 18, 2010 | Visits: 1.458

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Released: April 02, 2008  |  Added: July 03, 2008 | Visits: 2.560

Ant Commander Ant Commander is a fully configurable file manager. Several file systems are suported: file, zip, ftp, webdav, etc. Several kinds of panels are available: directory table; directory tree, text editor, image viewer, html viewer, command line, etc. Features: -Arrange all kind of panel as you...


Platforms: Windows

License: Freeware Size: 2.42 MB Download (166): Ant Commander Download

Added: August 20, 2008 | Visits: 1.031

FileAnnounce FileAnnounce monitors network directories/LAN shares used for document sharing, and alerts users of the share (via email) whenever a new document is added to the directory tree, removed from it, or moved from one sub-directory to another. The notification period is adjustable from one minute to a...


Platforms: Windows

License: Freeware Size: 500 KB Download (107): FileAnnounce Download

1 2 3 4 5 >