saulgreenberg / TimelapseDeprecatedPre2.3

Timelapse Image Analysis Tool
Other
1 stars 0 forks source link

Deal with MAX_PATH issues #72

Closed saulgreenberg closed 5 years ago

saulgreenberg commented 6 years ago

If users have a file name/path that exceeds 259 characters (MAX_PATH), then Timelapse blows up. Solution 1. Catch the problem and warn the user. Solution 2. https://blogs.msdn.microsoft.com/bclteam/2007/02/13/long-paths-in-net-part-1-of-3-kim-hamilton/

saulgreenberg commented 5 years ago

Solution 1 is currently implemented. Its unclear if solution 2 is something I should do.