From 3710fb9badf30a49845fea1801f11dbf2100d8a0 Mon Sep 17 00:00:00 2001 From: 93-infinity Date: Sun, 21 Mar 2021 10:12:01 +0800 Subject: [PATCH] Update About-Paths.md clarify: files are difficult, not impossible, to manipulate --- docs/About-Paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/About-Paths.md b/docs/About-Paths.md index fcdc5a0..1363733 100644 --- a/docs/About-Paths.md +++ b/docs/About-Paths.md @@ -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. ---