bonsai-rx / bonsai

The compiler, IDE, and standard library for the Bonsai visual programming language for reactive systems
https://bonsai-rx.org
MIT License
137 stars 29 forks source link

Add path manipulation operators #733

Open bruno-f-cruz opened 3 years ago

bruno-f-cruz commented 3 years ago

It would be quite useful to have basic path manipulation operators (e.g. remove extension from path, get folder path, get file path, etc...)

glopesdev commented 3 years ago

This is probably more flexible to allow in the ExpressionTransform node, as the number of possible operators is large. Unfortunately in the current version of DynamicLinq used by the scripting package it is not possible to add support for the Path class. However, as soon as we upgrade to .NET 5 and the new version of DynamicLinq, this will be easy to do.