Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Base64.ps1): add Convert-ToBase64File function to encode file co…
…ntent to Base64 The new function `Convert-ToBase64File` takes an input file path and an output file path, encodes the content of the input file to Base64, and writes the encoded content to the output file. This feature was added to facilitate file encoding operations within scripts.
- Loading branch information