mirror of
https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection
synced 2024-11-10 06:24:14 +00:00
Update About-Paths.md
clarify: files are difficult, not impossible, to manipulate
This commit is contained in:
parent
b5ea6024d7
commit
3710fb9bad
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Windows has a 260-character path length limit for compatibility reasons. This me
|
|||
|
||||
It's possible for programs to use alternate methods to bypass the 260-character limit. This is because the NTFS filesystem supports long path lengths of up to 32,768 characters, [even since the days of Windows XP](https://stackoverflow.com/questions/265769/maximum-filename-length-in-ntfs-windows-xp-and-windows-vista). Incidentally, this is even higher than Linux's 4096-character limit.
|
||||
|
||||
However files and folders created by programs that support "long paths" will be impossible to manipulate. They are valid files, but will not be able to be opened, copied, moved, renamed, or deleted.
|
||||
However files and folders created by programs that support "long paths" will be difficult to manipulate with most programs. They are valid files, but will not be able to be easily opened, copied, moved, renamed, or deleted, without special tools.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue