Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I am creating a macro that batch upload models to the Revit server. But I want to skip files that already exist on the Revit Server. I am trying to check with BasicFileInfo.Extract(path) and then check if is null and encapsulate in a try-catch in case the file doesn't exist. But this is not working.
Is there an easier way to do this?
Many thanks
Solved! Go to Solution.