x1z7/base64-to-path
Writes a base64-encoded string to a file path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filePath | Full path of the file to be written. | yes | — |
| encodedString | A base64 encoded string. | yes | — |
Outputs
| name | description |
|---|---|
| filePath | File path. |