I am shelling out to tar.exe to compress some data.
I have a Folder called Resources relative to my Xojo project file, but within the project I do not have a folder called Resources.
In order to get the shell path to the resource I am using
Dim tarPath As FolderItem = GetFolderItem("Resources")
tarPath = tarPath.Child("tar.exe")
Resources resolves, but the child returns nil.
-
Am I suppose to put a post build ‘copy’ in my project to copy the all the ‘Resources’ to the build folder?
-
Should I create a folder in the IDE / Project called Resources and copy ‘stuff’ there?
15 posts - 5 participants