Results 1 to 6 of 6

Thread: Destination Path Too Long" Error on Windows 7

  1. #1
    Join Date
    Sep 2009
    Posts
    94

    Destination Path Too Long" Error on Windows 7

    I'm running Windows 7 as my operating system. Now the problem is that i'm not able to delete a folder on my system. Whenever i try to delete taht particular folder from my backup drive, it gives out an error stating "Destination Path Too Long: The file name(s) would be too long for the destination folder. I'm not able to delete that particular folder. Can any one tell me that why i'm getting "Destination Path Too Long" Error on Windows 7, while deleting a particular folder? Does any body knows about it? Kindly help me out to resolve the above issue. Thanks.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: Destination Path Too Long" Error on Windows 7

    How big are the file names? How is your backup drive formatted? Is it NTFS or FAT32? Properties on the drive in the My Computer Explorer window should tell you. Moving a couple of the folders to another on the other hard drive with less sub-folders did indeed do the trick, but I have no idea how everything will react once I move all the other files onto it. In the Windows API, the maximum length for a path is MAX_PATH, which is defined as 260 characters.

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: Destination Path Too Long" Error on Windows 7

    All file systems supported by Windows use the concept of files and directories to access data stored on a disk or device. I did notice that within C:\Users\UserName \AppData\Local\ there is a shortcut called Application Data . This appears to be the default for all Windows 7 user accounts. Windows developers working with the Windows APIs for file and device I/O should understand the various rules, conventions, and limitations of names for files and directories.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: Destination Path Too Long" Error on Windows 7

    Some file systems, such as NTFS, support linked files and directories, which also follow file naming conventions and rules just as a regular file or directory would. I think you need to do a CHKDSK D drive in order to check out whether there's any file system been corrupted. Character count limitations can also be different and can vary depending on the path name prefix format used. This is further complicated by support for backward compatibility mechanisms.

  5. #5
    Join Date
    Jan 2006
    Posts
    4,221

    Re: Destination Path Too Long" Error on Windows 7

    The Windows FAT and NTFS file systems are not limited to 8.3 file names, because they have long file name support, but they still support the 8.3 version of long file names. The simplest thing to do would be to shorten or remove one of these components. If you look at the dynamic file-naming settings, there is a function called GRAB that can take a substring of some part of your filename. Formatting the external drive as NTFS (assuming you're running Windows) instead of FAT32 will avoid filename limitations of FAT32. But using NTFS on a USB drive that gets plugged in and out can have its own issues.

  6. #6
    Join Date
    Nov 2012
    Posts
    2

    Re: Destination Path Too Long" Error on Windows 7

    This a frequent problem,that generally causes the long folder path in your device.
    There's a lot of additional software on the internet which can help you.I found Long Part Tool.It helped me.
    Long Path Tool can simplify and probably end your problems in unlocking, managing and renaming files that appear to have a long filename.
    I hope that it will help you!
    Good luck!
    Cheers!

Similar Threads

  1. Best tools to manage 'long path files' in Windows
    By Nguni in forum Windows Software
    Replies: 6
    Last Post: 18-05-2012, 10:47 PM
  2. Replies: 3
    Last Post: 15-05-2012, 10:34 AM
  3. Replies: 7
    Last Post: 28-03-2012, 06:32 PM
  4. Replies: 2
    Last Post: 31-03-2009, 09:09 PM
  5. Replies: 2
    Last Post: 22-08-2007, 11:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,562,744.76777 seconds with 16 queries