in reply to Re: Relative to absolute path
in thread Relative to absolute path

Thanks, my bad.

All that I needed was actually:

$listdirectory = Win32::GetFullPathName("$ARGV[0]\\..\\listfiles");

Thanks again.

Replies are listed 'Best First'.
Re^3: Relative to absolute path
by iburrell (Chaplain) on Jul 12, 2004 at 15:49 UTC
    Don't use Win32::API, use File::Spec. It is portable and standard.