Hi all,
I found the solution to my problem while asking the question to post here, so i figured I'd post the solution anyway.
Dynamo 1.2.1.3083. Looks like file paths with spaces are a problem. Added a code block with String.Replace(parsepath,"%20", " "); followed by the File.FromPath node. No more problem.
Original solution post here: https://github.com/DynamoDS/Dynamo/issues/7429
Thanks dbaldacchino :thumbsup:
I found the solution to my problem while asking the question to post here, so i figured I'd post the solution anyway.
Dynamo 1.2.1.3083. Looks like file paths with spaces are a problem. Added a code block with String.Replace(parsepath,"%20", " "); followed by the File.FromPath node. No more problem.
Original solution post here: https://github.com/DynamoDS/Dynamo/issues/7429
Thanks dbaldacchino :thumbsup: