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

List File Directory freeware
Filter: All | Freeware | Demo
 

List File Directory

< 1 2 3 4 5 
Added: September 08, 2010 | Visits: 1.763

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 (115): Copy file or directory path Download

Added: May 10, 2013 | Visits: 701

Directory Listing Script Directory Listing Script allows you to list directories on your HTTP server.  Features Perform basic operations on files and directories (list, download, rename, delete, create, upload) Password protection of defined directories Ability to hide certain files and...





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

License: Freeware Download (60): Directory Listing Script Download

Added: November 27, 2010 | Visits: 1.012

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path 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: 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

Released: June 04, 2008  |  Added: June 09, 2008 | Visits: 2.779

1-abc.net Folder-To-TXT Do you know this situation? You just burned a disk, you collected some data on a USB stick or you simply organized some files on your local hard drive. Now you want to get an editable list of all files in this directory including sub-folders¦ but Windows offers nothing for you. No possibility to...


Platforms: Windows

License: Freeware Size: 111.95 KB Download (436): 1-abc.net Folder-To-TXT Download

Added: August 01, 2008 | Visits: 1.893

File-List With File-List you are able to search for specified file types, on your harddisk, in folders or in the network. The files, you have found, could be saved as a text, Excel or HTML Document. You can update the program with file types, you want to search for.


Platforms: Windows

License: Freeware Size: 583 KB Download (224): File-List Download

Added: January 07, 2010 | Visits: 1.538

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: August 27, 2010 | Visits: 1.013

File::pushd File::pushd is a Perl module to change directory temporarily for a limited scope. SYNOPSIS use File::pushd; chdir $ENV{HOME}; # change directory again for a limited scope { my $dir = pushd( /tmp ); # working directory changed to /tmp } # working directory has reverted to $ENV{HOME}...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): File::pushd Download

Added: August 24, 2010 | Visits: 1.109

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (113): File::Basename 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

Added: July 20, 2010 | Visits: 897

Daizu::File Daizu::File is a Perl class representing files in working copies. Each object of this class represents a particular file in a Daizu CMS working copy (a record in the wc_file table). METHODS Note that all the functions which return the value of a Subversion property will strip leading and...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (92): Daizu::File Download

Added: May 26, 2010 | Visits: 1.091

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: September 24, 2010 | Visits: 1.193

File::Save::Home File::Save::Home is a Perl module to place file safely under user home directory. SYNOPSIS use File::Save::Home qw( get_home_directory get_subhome_directory_status make_subhome_directory restore_subhome_directory_status conceal_target_file reveal_target_file make_subhome_temp_directory...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::Save::Home Download

Added: April 04, 2010 | Visits: 1.516

File::Mirror File::Mirror is a Perl extension for recursive directory copy. SYNOPSIS use File::Mirror; # recurvie copy /path/A to /path/B mirror /path/A, /path/B; # or do things you like recursive { my ($from, $to) = @_; copy($from, $to) } /path/A, /path/B; File::Mirror provides two helper...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (140): File::Mirror Download

Added: June 25, 2010 | Visits: 1.322

File::Size SYNOPSIS Get the size for directory /etc/ with the block size of 1024 while following symbolic links: my $obj = File::Size->new( dir => /etc/, blocksize => 1024, followsymlinks => 1, humanreadable => 1 ); print $obj->getsize(), "n"; File::Size is used to get the size of files and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): File::Size Download

Added: July 22, 2010 | Visits: 1.923

VFU File Manager VFU is console (text mode) file manager for UNIX/Linux. During the years I tried to make short attractive list of features which VFU has. Attractive as Advertising above :) and it does not seem to work... at least it didnt for me and I never liked it. I made all possible to make VFU cover all...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (111): VFU File Manager Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 749

Directory Hog Directory Hog is a small, free utility for Windows which will scan a drive of your choice and list the total size of each folder in a list. The list also shows the largest file size found in the folder as well as the number of files found in the folder. You can sort the columns in this list. When...


Platforms: Windows

License: Freeware Download (56): Directory Hog Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 808

File & Folder List Maker Ever have the need to tell someone what music, games or anything else you have stored on your computer? Only to find out that you have way too many titles to tell them about. You find your self telling about a few titles at a time, or cut & paste titles one by one. Well we have a solution for...


Platforms: Windows

License: Freeware Size: 2.63 MB Download (438): File & Folder List Maker Download

Added: May 10, 2013 | Visits: 968

Parsing a full file specification This function parses a full file specification into tuple of: a) list of drive and folders b) file name c) (last) file extension (including dot)A full file specification consists of drive letter, folders, file name, and extension. Unless you're on UNIX. Unless there's more that one extension....


Platforms: Windows, Python,

License: Freeware Download (69): Parsing a full file specification Download

< 1 2 3 4 5