Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FileTools] Add runCommand(String[] ...) & getExecutablePath(String) #1085

Merged
merged 4 commits into from
Oct 22, 2024

Conversation

eddieh-xlnx
Copy link
Collaborator

@eddieh-xlnx eddieh-xlnx commented Oct 22, 2024

  • FileTools.runCommand(String[] command, ...) is an array overload of FileTools.runCommand(String command, ...) for arguments with spaces in
  • FileTools.getExecutablePath(String) is the generalized guts of FileTools.getVivadoPath()

- FileTools.runCommand(String[] command, ...) is an array overload of
  FileTools.runCommand(String command, ...) for arguments with spaces
  in
- FileTools.getPath(String) is the generalized guts of
  FileTools.getVivadoPath()

Signed-off-by: Eddie Hung <[email protected]>
Signed-off-by: Eddie Hung <[email protected]>
This reverts commit 5482bfb.

Signed-off-by: Eddie Hung <[email protected]>
@eddieh-xlnx eddieh-xlnx changed the title [FileTools] Add runCommand(String[] ...) & getPath(String) [FileTools] Add runCommand(String[] ...) & getExecutablePath(String) Oct 22, 2024
@eddieh-xlnx eddieh-xlnx merged commit c3382be into master Oct 22, 2024
14 checks passed
@eddieh-xlnx eddieh-xlnx deleted the filetools_runCommand_array branch October 22, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants