Zhuang Ma

Results 148 comments of Zhuang Ma

Please provide more details.

1. your working dir 2. your command may help to understand your situation.

> In the Windows API (with some exceptions discussed in the following paragraphs), the maximum length for a path is MAX_PATH, which is defined as 260 characters. ref I think...

If you use Windows 10, version 1607, and later, you can try this: https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later

> > In the Windows API (with some exceptions discussed in the following paragraphs), the maximum length for a path is MAX_PATH, which is defined as 260 characters. > >...

> > > > thanks sir i guess that solved for whatsapp but another folder came into isse , this file name has spaces too in between > > ![image](https://user-images.githubusercontent.com/13099434/180216819-8a70a548-2ee6-47d4-aaee-2d843f056ea1.png)...

> > > > > > > > > > > > > thanks sir i guess that solved for whatsapp but another folder came into isse , this file...

> If you use Windows 10, version 1607, and later, you can try this: > > https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later and ensure this has take effect

> > > If you use Windows 10, version 1607, and later, you can try this: > > > https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later > > > > > > and ensure this has...

a shell script may help, you can write a shell script to travesal dir you want to pull, rename long name files to short one. push that script to Android...