Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Find Long Path #5

Open
scottkellman70 opened this issue Apr 30, 2020 · 0 comments
Open

Cannot Find Long Path #5

scottkellman70 opened this issue Apr 30, 2020 · 0 comments

Comments

@scottkellman70
Copy link

I am using your library in c# trying to rename a file path that is nearly 300 characters long.

if (path2.Length < 261)
{
QuickIOPathInfo quickIOPathInfo = new QuickIOPathInfo(pathInfo.FullName);
if(quickIOPathInfo.Exists == true)
{
QuickIOFile.Move(quickIOPathInfo.FullName, path2);
QuickIOFile.Delete(pathInfo.FullName);
}
...

While the quickIOPathInfo == true I get a n error saying it does not exist. Suggetions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant