How to convert a path string to Local IResource

@octavioelliot
just a preview on the technical details. Currently the UiPath internal implementation do not expose a method/constructor… which allows us to create a IRessource / ILocalRessource e.g by a single line statement from a string like: new FileSystemLocalItem(…

So we go for the workarounds / hoping that the upcoming packages will give some alternates to us.

1 Like