deejayd
New Member
- Joined
- Jun 21, 2017
- Messages
- 1
- Thread Author
-
- #1
Is there any way of creating a custom warning (In Win7) when someone attempts to create a folder structure that is longer than 256 characters. I have recently had to edit path names in excess of 300 characters. I need to keep the path name below the max for project archiving.
Solution
You could either write a full fledged .NET application or even a powershell script that monitors the file system for Create,Change or Rename operations and monitor the path length. It wouldn't that difficult to create.
- Joined
- Jul 4, 2015
- Messages
- 8,998
You could either write a full fledged .NET application or even a powershell script that monitors the file system for Create,Change or Rename operations and monitor the path length. It wouldn't that difficult to create.
Similar threads
- Article
- Replies
- 0
- Views
- 335