MustafaDaoud90

Results 5 issues of MustafaDaoud90

when use ZlpFileInfo(path).OpenRead() or ZlpFileInfo(path).OpenWrite() when pass the file path does not exist, it will create a new file with the same path and file name provided, this is wrong...

Why the ZetaLongPath fileStream = new ZetaLongPaths.ZlpFileInfo(sVolumePath).OpenRead(); return Error 5 creating file handle for file path “\\?\C:\HOTLongPathTEST\TestLongPathhhhhhh211\Newfolder11\Maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaain11\Roooooooooooooooooooooooooooooooooooooooooooooooot11\ALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL11\QAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrrrrrtttttttttttttttttttttttttttttttttttt11\originallllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll11\testttt\test\tttt (2).txt”: Access is denied. as a general exception not as UnauthorizedAccessException how to...

any idea to work on watcher events when using zeta such as: watcher.Deleted += new System.IO.FileSystemEventHandler(OnDeleted); watcher.Renamed += new System.IO.RenamedEventHandler(OnRenamed); private void OnRenamed(object source, System.IO.RenamedEventArgs e) { try { FileSystemEvent...

When use backupFileStream writer to create .zip file and add files inside it using Xceed.Zip.ReaderWriter.ZipWriter the BackupWrite native method return (13) the data is invalid. The code sample below :...

Please I want to use this package ZetaLongPaths.NetStandard or ZetaLongPaths in .net core 8, can you update the packages on the nuget?!

question