-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels