UweKeim / ZetaLongPaths

A .NET library to access files and directories with more than 260 characters length.
https://nuget.org/packages/ZetaLongPaths
MIT License
142 stars 28 forks source link

Error Code 3 #18

Closed mostafa901 closed 7 years ago

mostafa901 commented 7 years ago

Hi I just tried the library, and I am not sure i am using it correctly or not. but I am always getting Error Code 3 I am using VS2015, Platform 4.6 c#, Please advise

ZetaLongPaths.ZlpIOHelper.CopyFile(path, ZetaLongPaths.ZlpPathHelper.GetFullPath(newpath), true); 'ZetaLongPaths.ZlpIOHelper.CopyFile(path, ZetaLongPaths.ZlpPathHelper.GetFullPath(newpath), true)' threw an exception of type 'System.ComponentModel.Win32Exception' Data: {System.Collections.ListDictionaryInternal} ErrorCode: -2147467259 HResult: -2147467259 HelpLink: null InnerException: null Message: "Error 3 copying file '\\?\C:\Moustafa\Revit_API\Projects\Future2017\External_Projects\ID_Organizer\ID_Organizer\bin\Debug\C\Users\gaj.guest\AppData\Local\Temp\Re 3335- Specialty restaurant termination_00000000A002257DE017F94A9DFF97681AB4924907008340FEB4941DD34FBE4C185A697EC9990000002FAE8F0000EFB46473E332FE4FA6BC3D27BC0EBF2A0001C40DBE040000.msg' to 'D:\for construction\ID-Organizer\ExtraDoc\SR\Re 3335- Specialty restaurant termination_00000000A002257DE017F94A9DFF97681AB4924907008340FEB4941DD34FBE4C185A697EC9990000002FAE8F0000EFB46473E332FE4FA6BC3D27BC0EBF2A0001C40DBE040000.msg': The system cannot find the path specified." NativeErrorCode: 3 Source: "ZetaLongPaths" StackTrace: " at ZetaLongPaths.ZlpIOHelper.CopyFile(String sourceFilePath, String destinationFilePath, Boolean overwriteExisting) in c:\P\ZetaLongPaths\Source\RuntimeNetCore\ZlpIOHelper.cs:line 414" TargetSite: {Void CopyFile(System.String, System.String, Boolean)}