use Win32::Clipboard; use Win32::AbsPath qw(Relative2Absolute); -e $ARGV[0] and print Win32::Clipboard ( Win32::GetShortPathName Relative2Absolute $ARGV[0] ) -> GetText() or print "File name?";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: win32 short file name
by EdwardG (Vicar) on Mar 02, 2004 at 17:33 UTC | |
by Anonymous Monk on Mar 03, 2004 at 08:39 UTC |