256 character limit
- DanPihlaja
- Posts: 839
- Joined: Thu Mar 11, 2021 9:33 am
- Location: Traverse City, MI
- x 804
- x 973
256 character limit
Just hit the 256 character limit:
Now, to be fair, we have a lot of work to do in cleaning up our folder systems....
Now, to be fair, we have a lot of work to do in cleaning up our folder systems....
-Dan Pihlaja
Solidworks 2022 SP4
2 Corinthians 13:14
Solidworks 2022 SP4
2 Corinthians 13:14
Re: 256 character limit
It's a window limit unfortunately. And file extension is counted as well.
Deepak Gupta
SOLIDWORKS Consultant/Blogger
SOLIDWORKS Consultant/Blogger
Re: 256 character limit
Which is really frustrating when using Microsoft Onedrive, which can add a significant number of characters of its own as a prefix.
-
I may not have gone where I intended to go, but I think I have ended up where I needed to be. -Douglas Adams
I may not have gone where I intended to go, but I think I have ended up where I needed to be. -Douglas Adams
- Frederick_Law
- Posts: 1944
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1634
- x 1466
Re: 256 character limit
I keep telling sales not to make running sentence part number.
It is a Windows limit which is resolved.
Lot's of programs just never update their library to use updated Windows function.
Or cannot because they use 3rd party libraries that are not in business anymore.
It is a Windows limit which is resolved.
Lot's of programs just never update their library to use updated Windows function.
Or cannot because they use 3rd party libraries that are not in business anymore.
Re: 256 character limit
..or running sentence directory names 10 levels deep.Frederick_Law wrote: ↑Thu Aug 08, 2024 2:34 pm I keep telling sales not to make running sentence part number.
In general keeping sales away from CAD and PDM helps.
- Frederick_Law
- Posts: 1944
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1634
- x 1466
Re: 256 character limit
I get the "File path is to long" message in pack and go when trying to make new copies of part sometimes.
Re: 256 character limit
It's a default setting to limit the path to support older apps built in the 32-bit Windows era. The true path limit is actually closer to 32,767 characters long, but you would need to enable the longer paths and I'm guessing many apps may not like it.
Here is the MS Article on it.
https://learn.microsoft.com/en-us/windo ... s=registry
Here is the MS Article on it.
https://learn.microsoft.com/en-us/windo ... s=registry
- Frederick_Law
- Posts: 1944
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1634
- x 1466
Re: 256 character limit
Yes, old program/library need to update to new Windows API to use long file path.KennyG wrote: ↑Mon Aug 12, 2024 10:11 am It's a default setting to limit the path to support older apps built in the 32-bit Windows era. The true path limit is actually closer to 32,767 characters long, but you would need to enable the longer paths and I'm guessing many apps may not like it.
Here is the MS Article on it.
https://learn.microsoft.com/en-us/windo ... s=registry
Some of them are still using code from 8bits DOS.
Re: 256 character limit
Yes, I've seen a few that convert paths to the 8.3 format still... It is so annoying!Frederick_Law wrote: ↑Mon Aug 12, 2024 1:03 pm Yes, old program/library need to update to new Windows API to use long file path.
Some of them are still using code from 8bits DOS.
Re: 256 character limit
Yes, I've seen a few that convert paths to the 8.3 format still... It is so annoying!Frederick_Law wrote: ↑Mon Aug 12, 2024 1:03 pm Yes, old program/library need to update to new Windows API to use long file path.
Some of them are still using code from 8bits DOS.