Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3894

Copy application to SMB share script

$
0
0

Good afternoon (o;

For making life a little easier I found this script on this forum to be used after the building a Linux app on macOS:

Var result As String
Var BuildsFolder As string = CurrentBuildlocation
Var command As String

command = "cp -r " + BuildsFolder + "/Volumes/xojoshare"

result = DoShellCommand(command)

Though the application is not copied over to the samba share.
When doing the copy from terminal it works fine though.

Is CurrentBuildLocation wrong?

thanks in advance
richard

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3894

Trending Articles