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

File Compare Directory Tree freeware
Filter: All | Freeware | Demo
 

File Compare Directory Tree

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

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: September 08, 2010 | Visits: 1.762

Copy file or directory path Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities...


Platforms: *nix

License: Freeware Download (114): Copy file or directory path Download

Added: May 10, 2013 | Visits: 539

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

Added: May 10, 2013 | Visits: 541

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: 595

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

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: 975

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: March 18, 2010 | Visits: 1.456

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

Added: March 06, 2010 | Visits: 733

File::FindByRegex File::FindByRegex is a Perl wrapper for File::Find that finds a directory tree and runs some action for each file whose name matchs a regex. SYNOPSYS use File::FindByRegex; $find = File::FindByRegex->new( { -srcdir => [C:tmpteradata-sql], -tardir => C:tmpteradata-sqldoc, -find =>...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): File::FindByRegex Download

Added: May 10, 2013 | Visits: 616

check if a file or directory exists To determine whether a file exists on the server, PHP has a simple function: file_exists(). This can also be used to determine if a directory exists.


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

License: Freeware Download (58): check if a file or directory exists Download

Added: January 16, 2009 | Visits: 6.746

SynchronEX Backup & FTP SynchronEX is a versatile tool for synchronization, backup and FTP of files and directories - optimized for one-click automation and supporting shell usage. Possible applications are laptop/server-synchronisation, backup and incremental backup over network or local paths, automated incremental...


Platforms: Windows

License: Freeware Size: 600 KB Download (738): SynchronEX Backup & FTP 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: May 10, 2013 | Visits: 463

Replace occurrence of string in files This script go thru directory tree and looks for files of specified pattern, and then replace in those files a string with new one, overwriting old file without backups.


Platforms: Windows, Python,

License: Freeware Download (58): Replace occurrence of string in files Download

Added: May 10, 2013 | Visits: 751

MyCDCatalog MyCDCatalog reads a CDROM volume (ISO9660) takes their information, traverses the file system tree and stores information about each file and directory found. CDROM, file and directory information are stored in a MySQL database for future use. MyCDCatalog starts showing an option's window, in...


Platforms: *nix, PHP, BSD

License: Freeware Download (61): MyCDCatalog Download

Added: August 31, 2008 | Visits: 1.257

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

Added: August 18, 2008 | Visits: 940

SurF SurF is a file manager featuring tree organized tabs: QuickPath (typing csys32 locates c:windowssystem32 directory); realtime highlighting for just created and modified files; NTFS compression, links and alternate data streams support; comfortable keyboard navigation.


Platforms: Windows

License: Freeware Size: 1.5 MB Download (445): SurF Download

1 2 3 4 5 >