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.268.098 Times

Print Directory Tree Listing freeware
Filter: All | Freeware | Demo
 

Print Directory Tree Listing

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

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.004

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: July 17, 2013 | Visits: 679

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 14, 2008 | Visits: 1.199

Print Directory Feature The Print Directory Feature adds or removes the Print Directory feature for folders in Windows XP and in Windows Vista based on Microsoft's article number 321379.


Platforms: Windows

License: Freeware Size: 204 KB Download (499): Print Directory Feature Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 837

FSHog - directory size listing utility Directory size listing utility written in python. Platforms supported: Windows, Linux, and any other platform that supports python.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.38 MB Download (56): FSHog - directory size listing utility Download

Added: May 10, 2013 | Visits: 537

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: May 10, 2013 | Visits: 692

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 (57): Flexible directory walking Download

Added: May 10, 2013 | Visits: 539

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: January 25, 2010 | Visits: 1.384

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: June 28, 2013 | Visits: 594

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.685

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 (104): ftpsync Download

Added: April 24, 2010 | Visits: 973

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: May 10, 2013 | Visits: 860

Recursive directory listing in HTML This script contains a function that walks a directory path, listing the files and directories in HTML format. It can sometimes be handy to get a look at an entire directory tree, and HTML is a good way to display it. This script goes through the directory tree using os.path.walk in a generator,...


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

License: Freeware Download (59): Recursive directory listing in HTML Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 555

DirPrint With DirPrint you can print a file-listing or a tree-like structure from any folder on your hard drive or a shared directory on the network. You can sort the listing by anything you want, apply filters and so on. It is an application designed to help users browse and print more easily a desired...


Platforms: Windows

License: Freeware Download (102): DirPrint Download

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

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

Added: March 18, 2010 | Visits: 1.453

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 03, 2007  |  Added: May 09, 2007 | Visits: 5.488

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

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

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.028

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

Added: August 08, 2008 | Visits: 688

RightTime With RightTime you can make all files in a directory tree on hour older or younger. This is useful if a time difference has evolved on a drive, for example due to a DST change. File times may be important for file or e-mail synchronizations, because the sync of files often relies on a correct...


Platforms: Windows

License: Freeware Size: 101 KB Download (92): RightTime Download

1 2 3 4 5 >