var dzone_style=”2″;Sometimes I look at old draft blog entries and ask myself “what was I thinking?”. Every once in a while, though, I look at an old draft post and say “hey, that’s pretty cool!”. This article fell into the pretty cool category, not so much for the content, but the example app, so I [...]
Posts under ‘engineering’
Windows Short File Name (ShortPath) in ANT
var dzone_style=”2″;I ran into an interesting problem today while working on an ANT build script. I needed to access the path of a directory in windows with spaces, but without using quotes. One way to do this is with the Windows short file name.
So, I needed to access the Windows short file name (also [...]
