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

Directory File Name freeware
Filter: All | Freeware | Demo
 

Directory File Name

< 1 2 3 4 5 > 
Added: April 14, 2010 | Visits: 1.198

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): File::Find::Rule Download

Added: February 05, 2010 | Visits: 1.138

File::Revision File::Revision is a Perl module to return a name of non-existing backup file with a revision id. SYNOPSIS ####### # Subroutine interface # use File::Revision qw(new_revision num2revision parse_options revision2num revision_file rotate); ($file_name, $next_revsion) = new_revision($file,...





Platforms: *nix

License: Freeware Size: 89.09 KB Download (88): File::Revision Download

Added: May 10, 2013 | Visits: 687

php directory listing This is phpdl or pdl, a little php script which makes a directory listing. It shows the inode , file, name (with link), file size, timestamp, permissions, path and directory size. It is styled with some colors.


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

License: Freeware Download (56): php directory listing Download

Released: June 04, 2007  |  Added: July 04, 2007 | Visits: 6.396

File Renamer Basic File Renamer Basic is a powerful and yet easy to use program that allows the user to rename files, folders, and MP3 files with ease. It has a filename filter so you can easily narrow down your search to only a specifc type of file or filename to work with. You can also remove x number of...


Platforms: Windows

License: Freeware Size: 5.08 MB Download (791): File Renamer Basic Download

Added: July 20, 2010 | Visits: 896

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: August 12, 2010 | Visits: 632

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically...


Platforms: *nix

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

Released: September 11, 2013  |  Added: September 14, 2013 | Visits: 1.449

Free File Monitor Free File Monitor is a system utility that can persistently monitor all the folders including subfolders for newly added/deleted/changed files. It lets you easily monitor the software activities in your computer system. With most specific log information, you can easily get the timestamp &...


Platforms: Windows

License: Freeware Size: 1.11 MB Download (51): Free File Monitor Download

Added: July 21, 2013 | Visits: 754

Link File Info For posts, any links to local media (images, documents, etc.) will automatically have the file type and size appended in parentheses, so visitors to your blog will know what they're about to download when they click links to media.Notes: * Requires PHP 5+ * Only applies for full posts, not...


Platforms: PHP

License: Freeware Size: 10 KB Download (58): Link File Info Download

Added: June 02, 2013 | Visits: 404

File logger File logger is a simple module that allows developers to configure a log file from within Drupal anddumps variables to it from within a running Drupal app. Its sole function is to supportdebugging, and avoids the awkwardness of dumping variables either to the console or to thewatchdog table....


Platforms: PHP

License: Freeware Size: 10 KB Download (40): File logger Download

Added: February 03, 2010 | Visits: 1.215

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: May 21, 2010 | Visits: 1.541

Audio::File Audio::File is a audio file abstraction library. SYNOPSIS use Audio::File; my $file = Audio::File->new( "foo.bar" ); print "The ". $file->type() ."-file ". $file->name ." is ". int $file->length() ." seconds long.n"; print "Its interpreted by ". $file->tag->artist() ." and called "....


Platforms: *nix

License: Freeware Size: 74.75 KB Download (102): Audio::File Download

Added: April 04, 2010 | Visits: 972

File::CounterFile File::CounterFile is a persistent counter class. SYNOPSIS use File::CounterFile; $c = File::CounterFile->new("COUNTER", "aa00"); $id = $c->inc; open(F, ">F$id"); This module implements a persistent counter class. Each counter is represented by a separate file in the file system. File...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): File::CounterFile Download

Added: July 20, 2010 | Visits: 1.198

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: May 05, 2010 | Visits: 926

OS2::SoftInstaller OS2::SoftInstaller is a Perl extension for generation of daughter packages for IBMs Software Installer. SYNOPSIS use OS2::SoftInstaller; open PKG, >my.pkg; select PKG; make_pkg toplevel => ., zipfile => my.zip, packid => myzip, nozip => 0, exclude => undef, dirid => FILE, strip => emx/;...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): OS2::SoftInstaller Download

Released: November 09, 2012  |  Added: March 30, 2013 | Visits: 2.063

Fast File Search Free Fast File Search Utility for Windows. Works with Windows XP onwards. This freeware utility lets you to search your files superfast and quick. Is of great use when searching something urgently.


Platforms: Windows

License: Freeware Size: 4.43 MB Download (120): Fast File Search Download

Added: September 11, 2010 | Visits: 1.205

File::Comments File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments. SYNOPSIS use File::Comments; my $snoop = File::Comments->new(); # *---------------- # | program.c: # | /* comment */ # | main () {} # *---------------- my $comments =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): File::Comments Download

Added: July 02, 2010 | Visits: 777

Apparix Apparix combines the properties of the cdargs utility and the CDPATH shell mechanism for fast navigation through the file system. Apparix is especially useful for visiting and documenting both often- and rarely-used locations. Apparix enables you to attach marks to locations and jump to those...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (103): Apparix Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 866

2Tware Change File Date Free It's amazing how many times you will find yourself in a situation where you have to change or modify the dates for a file, such as the creation date, last modified date or the last accessed date! We are not really going to wonder WHY anyone would need to do this, but based on my own experience,...


Platforms: Windows

License: Freeware Size: 993.28 KB Download (70): 2Tware Change File Date Free Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 501

TextMaster Split File Software tool for slicing any fixed or delimited text files into specified number of text files with the same structure. Features include defining number of files to split into based on number of lines each file should contain or fixed number of files regardless of the size. Each file can have...


Platforms: Windows

License: Freeware Size: 354 KB Download (52): TextMaster Split File Download

< 1 2 3 4 5 >