Hi,
I have an Atelier question.
I have a routine developed in Studio to upload a tab-delimited text file to process using Objectscript into Cache.
In Windows, to upload the file “test.txt”, I used the Objectscript commands,
Set uploadfilename = “c/testdata/RNAseq/GDC download 11-19-17/GDC download 11-19-17 counts/GDC download 11-19-17 unzipped/test.txt”
set file = ##class(%Stream.FileCharacter).%New()
set file.Filename = uploadfilename ; pass in the file name of the file you want to open.How should this be done on a mac?


