Hollowyearz

WinApi ShortPath

Dec 2nd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.17 KB | None | 0 0
  1. #include <WinAPIShPath.au3>
  2. Local $Path = 'C:\Documents\Test.txt'
  3. ConsoleWrite('Before: ' & $Path & @CRLF)
  4. ConsoleWrite('After : ' & _WinAPI_PathStripPath($Path) & @CRLF)
Advertisement
Add Comment
Please, Sign In to add comment