atom / watcher

Atom Filesystem Watcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translate Windows short names to long names

smashwilson opened this issue · comments

On Windows, if a file is modified with a handle that was opened using its short (8.3) name, the filesystem change event will be delivered with its short name.

Convert short names to long names using GetLongPathName() if the file is still available.