Thursday, November 26, 2015

windows 7 - How to automatically shorten names in a folder and its subfolders?

I'm trying to do a backup on my Dropbox folder but I get the following message:



Source Path Too Long


The source file name(s) are larger than is supported by the file system. Try moving to a location which has a shorter path name, or try renaming to shorter name(s) before attempting this operation.



My Dropbox folder contains 115752 files, so I wonder if there's a way to automatically shorten the names that are too long?


I'm running on Windows 7.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...