You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to integrate top-level ARC IO functionality like read and write directly into the main library. For this, we need a few base-level IO functions we can call in all frameworks.
We want to integrate top-level ARC IO functionality like read and write directly into the main library. For this, we need a few base-level IO functions we can call in all frameworks.
These functions include:
ensureDirectory: string -> unit
ensureFile: string -> unit
getAllFilePaths: string -> string []
readAllText: string -> string
writeAllText: string -> string -> unit
executeCommandWithResponse: string -> string -> string -> Result<string,string>
(for git?)Xlsx read/write should be covered by FsSpreadsheet.NET/Js/Py
@Freymaurer @kappe-c
The text was updated successfully, but these errors were encountered: