Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Methods without long path support.

Jeffrey Jangli edited this page May 30, 2017 · 7 revisions

The following AlphaFS methods do not support long paths, due to MAX_PATH limitation of the WIN 32 API functions.

Directory/DirectoryInfo.DisableEncryption Directory/DirectoryInfo.EnableEncryption

File.CreateSymbolicLink()

Shell32.GetFileAssociation() Shell32.GetFileIcon() Shell32.GetFileInfo()


The following AlphaFS methods with long path support, MSDN confirmed to work on Windows 10, version 1607

Directory.CurrentDirectory Directory.SetCurrentDirectory

File.CreateHardlink File.CreateSymbolicLink File.EnumerateHardlinks File.GetCompressedSize

Clone this wiki locally