Searched refs:getdcwd (Results 1 – 7 of 7) sorted by relevance
16 my $cdir = getdcwd('C:');19 my $ddir = getdcwd('D:');
816 local *Cwd::getdcwd = sub {821 *Cwd::getdcwd = *Cwd::getdcwd; # Avoid a 'used only once' warning
338 $base = Cwd::getdcwd( ($self->splitpath( $path ))[0] ) if defined &Cwd::getdcwd ;
631 - Sometimes getdcwd() returns a lower-case drive letter, so don't634 - Fixed a memory leak in getdcwd() on win32. [Steve Hay]703 occurred when calling getdcwd(). This has been fixed. [PodMaster]705 - Added tests for getdcwd() on Win32.726 - On Win32, a function getdcwd($vol) has been added, which gets the838 - rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
625 getdcwd(...) in getdcwd() function
949 sub getdcwd {Cwd::getdcwd();} subroutine
848 Add support for C<Cwd::getdcwd()> and introduce workaround for a misbehavior