From 45ad7fada1ccb00095c8ba59a7baf1aa928b1ce3 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Wed, 24 May 2023 11:21:37 +0300 Subject: [PATCH] Enhance paragraph with co-pilot --- docs/en/KB/Windows-Path-Too-Long-Fix.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/KB/Windows-Path-Too-Long-Fix.md b/docs/en/KB/Windows-Path-Too-Long-Fix.md index 377ae782ac..573f88efd0 100644 --- a/docs/en/KB/Windows-Path-Too-Long-Fix.md +++ b/docs/en/KB/Windows-Path-Too-Long-Fix.md @@ -15,8 +15,7 @@ See https://github.com/msysgit/msysgit/wiki/Git-cannot-create-a-file-or-director ## Solution 2 -Some of the .NET MAUI build tools need to run in 32-bit. This is not an ABP issue but .NET MAUI problem. -If you get "DirectoryNotFoundException - Could not find a part of the path" exception, put the solution in the root directory of your drive. For example `C:\Samples\` +If you encounter a "DirectoryNotFoundException - Could not find a part of the path" exception while using certain .NET MAUI build tools, it may be necessary to run them in 32-bit mode. To resolve this issue, you can try placing the solution in the root directory of your drive, such as `C:\Samples\`. However, please note that this solution is specific to this particular exception and may not be applicable to all cases of the Windows long path issue. ## Solution 3 You can define an alias for a path in Windows by creating a symbolic link using the mklink command in the Command Prompt. Here's an example: