I was looking for a plugin (would be better) or a different way to manage files and folders in windows through Grasshopper. I mean basic commands, as copy, duplicate, rename, move and delete.
Files to manage are not just Rhino files, but pdf, dwg, etc.
If you know anything about coding, then it shouldn’t take too much to make some C# components that use .NET’s System.IO.File, System.IO.Directory and System.IO.Path classes. All of thse are pretty easy to use and provide the functionality you want.
You can compare entire drives and folders at high speed, checking just sizes and modified times. Or, thoroughly verify every file with byte-by-byte comparisons. FTP sites, cloud storage, and zip files are integrated seamlessly, and powerful filters allow you to limit what you see to only what you’re interested in.
Once you’ve found specific files you’re interested in, Beyond Compare can intelligently pick the best way to compare and display them. Text files can be viewed and edited with syntax highlighting and comparison rules tweaked specifically for documents, source code, and HTML. The text contents of Microsoft Word .doc and Adobe .pdf files can also be compared but not edited. Data files, executables, binary data, and images all have dedicated viewers as well, so you always have a clear view of the changes.
That would be almost every file from this forum! Wise suggestion but not very practical. Wouldn’t it be nice if GH restricted all file and network operations with a warning and “Are you sure?” dialog?
@AndersDeleuran Thanks a lot! This is what I was looking for. In little and easy steps I was able to do what I needed. It’s a great starting point to develope something.
@Joseph_Oster I will take a look also to the scooter software. It looks like bulk rename, the software I was already using… I hope this one could have more functionality!