I'm using a xcopy in an XP windows script to recursively copy a directory. I keep getting an 'Insufficient Memory' …
windows windows-xp xcopy max-pathJust had an interesting case. My software reported back a failure caused by a path being longer than MAX_PATH. …
winapi max-pathI tried to use powershell command copy-item as xcopyto copy content of one disk to another one. copy-item -Path h:\* …
powershell xcopy file-copying copy-item max-pathI am trying to automate copy/replication of drives. Many of the drives have long file names, that fail the …
powershell xcopy max-pathI'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