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

Current Directory Path freeware
Filter: All | Freeware | Demo
 

Current Directory Path

1 2 3 4 5 > 
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 (115): Copy file or directory path Download

Added: May 10, 2013 | Visits: 478

Relative filepath This script returns a relative path to the target from either the current directory or an optional base directory. Base can be a directory specified either as absolute or relative to current directory.





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

License: Freeware Download (55): Relative filepath Download

Added: May 10, 2013 | Visits: 886

Use email module to bundle current directory Use email module to bundle current directory script uses the email module to create a multipart MIME message.


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


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

AMNSoft Library Path Editor Now you can backup your current library path, or, use backup as another path for some projects or another user, export and import library path. Go to Control Panel to find this applet. Get AMNSoft Library Path Editor and give it a try to fully assess its capabilities!


Platforms: Windows

License: Freeware Download (54): AMNSoft Library Path Editor Download

Added: May 10, 2013 | Visits: 865

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 (60): Recursive directory listing in HTML Download

Added: July 20, 2010 | Visits: 1.085

Amarok Folder Icons Amarok has a built-in function for setting the icon for folders (the one that displays in Konqueror etc) to be the cover image for the album it contains. However, it only works if you let it recognize your music. Amarok Folder Icons script will scan the current directory and sub directories for...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Amarok Folder Icons Download

Added: May 10, 2013 | Visits: 562

Helpful 5-liner version of os.makedirs This script contains a function that creates missing directories for a given path and returns a normalized absolute version of the path.If the given path already exists in the filesystem the filesystem is not modified.Otherwise makepath creates directories along the given path using the...


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

License: Freeware Download (55): Helpful 5-liner version of os.makedirs Download

Added: August 14, 2008 | Visits: 917

MODName MODName renames all the MOD music files in the current directory to theModule Title. MOD files with duplicate titles are treated in thefollowing way:* The first file is renamed to its title.* Subsequent files are left un-renamed, but the title is reported.Must be run on a drive with long filename...


Platforms: Windows

License: Freeware Size: 24 KB Download (638): MODName Download

Added: February 15, 2010 | Visits: 896

ExtUtils::Manifest ExtUtils::Manifest is a Perl module that contains utilities to write and check a MANIFEST file. SYNOPSIS use ExtUtils::Manifest qw(...funcs to import...); mkmanifest(); my @missing_files = manicheck; my @skipped = skipcheck; my @extra_files = filecheck; my($missing, $extra) =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): ExtUtils::Manifest Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 375

sfxcompress The utility sfxcompress is a bash script used to pack and encrypt the current directory on a self-extracting file. It also includes the calculation of the MD5 function to check if the compressed file is correct.


Platforms: Windows, Mac, Linux

License: Freeware Size: 12.36 KB Download (44): sfxcompress Download

Added: June 06, 2013 | Visits: 470

Dig_Filter - Filter can be FIR or IIR.- Filter type can be lowpass, highpass, bandpass, or bandstop.- Direct methods or optimization ones can be used during the design procedure.In order to learn how you can use this toolbox, please copy all the codes included in the "Dig_Filter" folder into the current...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Dig_Filter Download

Added: May 28, 2013 | Visits: 443

Explorer Toolbar Shortcut Although the Matlab current directory browser is handy, it is no substitute for the Windows Explorer. This submission to the File Exchange provides instructions for creating a button on the Matlab shortcuts toolbar that opens the current directory in the Windows Explorer. This is a convenient...


Platforms: Matlab

License: Freeware Size: 194.56 KB Download (39): Explorer Toolbar Shortcut Download

Added: August 19, 2013 | Visits: 451

langacore.kit.django This library consists of various Django-related routines that extend or modify the behaviour of the framework: * extensions for settings.py (current directory resolution, namespace package support, settings profile support) * Choices: an enum implementation for Django forms and models (with...


Platforms: *nix

License: Freeware Size: 1.44 MB Download (33): langacore.kit.django Download

Added: August 02, 2010 | Visits: 1.240

Directory Synchronize Directory Synchronize is the small handy utility you always missed! Directory Synchronize is small, reliable, and fast. And best of all - it is Open Source; released under the GPL you are free to use and distribute it. Directory Synchronize synchronizes the contents of one directory to another....


Platforms: *nix

License: Freeware Size: 675.84 KB Download (107): Directory Synchronize Download

Released: July 21, 2014  |  Added: August 30, 2014 | Visits: 790

Long Path Fixer Long Path Fixer is a FREE utility for moving, copying and deleting files and folders with Very Long Paths, that is paths longer than the Windows API can handle (i.e. MAX_PATH: 259 real characters). Long Path Tool can deal with paths up to 32,767 charcters long. Problem Solved! Long Path Fixer...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 434.4 KB Download (520): Long Path Fixer Download

Added: May 10, 2013 | Visits: 366

Directory Walker Generator This script is a generator that does what os.path.walk does, without the need for a callback function. This is a rewrite of os.path.walk. It's convenient for processing files that inhabit directory trees. Its original purpose was to vist the '.h' files of a large C project and wrap them in#ifdef...


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

License: Freeware Download (56): Directory Walker Generator Download

Added: June 16, 2010 | Visits: 938

DirHandle DirHandle is a Perl module created to supply object methods for directory handles. SYNOPSIS use DirHandle; $d = new DirHandle "."; if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; } The...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): DirHandle Download

Added: August 27, 2010 | Visits: 1.308

FindBin FindBin is a Perl module that can locate directory of original perl script. SYNOPSIS use FindBin; use lib "$FindBin::Bin/../lib"; or use FindBin qw($Bin); use lib "$Bin/../lib"; Locates the full path to the script bin directory to allow the use of paths relative to the bin directory....


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): FindBin 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: June 28, 2013 | Visits: 596

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

1 2 3 4 5 >