Top "Long-filenames" questions

How to add a string to a string[] array? There's no .Add function

private string[] ColeccionDeCortes(string Path) { DirectoryInfo X = new DirectoryInfo(Path); FileInfo[] listaDeArchivos = X.GetFiles(); string[] Coleccion; foreach (FileInfo FI in …

c# arrays long-filenames
Convert long filename to short filename (8.3) using cmd.exe

I am trying to convert a long filename to a short filename (8.3) on Windows. A batch-file with a command line …

windows batch-file command-line long-filenames short-filenames
Does MAX_PATH issue still exists in Windows 10

Can someone please tell us/me if the MAX_PATH issue still exists in (the technical preview of) Windows 10. And …

path limit long-filenames windows-10
How to handle OSError: [Errno 36] File name too long

When handling the errors that occur when trying to create an existing file or trying to use a file that …

python python-3.x filenames long-filenames
C++ WinAPI: handling long file paths/names

I'm looking at handling longer file paths in my windows application. Currently, I have a text box (edit box) in …

c++ winapi long-filenames max-path