Thanks, Gil,
I'm using V16 for this so I assume the latest version of SALT.
Any chance you have an example of loading with folder hierarchy?
The SALT 2.7 Docs don't mention it under the dyapp section.
3.4.1 .dyapp Files
Files with the .dyapp extension comprise a .dyapp script, each line of which is either a
Load instruction, a Target instruction or a Run instruction:
l Load instructions specify the full path and filename of the file to be loaded
l Target instructions change the target environment
l Run instructions specify the name of the method to run
The .dyapp script must include at least one Run command.
revision 20170703_270 8
SALT User Guide
For example, a .dyapp file could consist of the following lines:
Target #
Load study\files\ComponentFile
Load study\files\KeyedFile
Load MyApp
Run MyApp.Main
Files with the .dyapp extension can also contain a niladic or monadic tradfn;
double-clicking on these files allows bootstrap loading of a Dyalog application.
Starting a .dyapp file that has been created by the user runs that file in a clear workspace.
If the .dyapp file has been created by the Snap SALT function then it runs in a workspace
with the same name as the workspace from which it was created. For more information
on the Snap function, see Section 4.1
and all my attempts failed with the whole structure being brought into the root.
I've tried...
Code: Select all
Load *
Run s←#.SampleApp.RunSample''
Code: Select all
Load /*
Run s←#.SampleApp.RunSample''
Code: Select all
Load /SampleApp.dyalog
Load /H5R/*
Load /FmtBuilder/*
Run s←#.SampleApp.RunSample''
The results are always in the root
)ns
#
)obs
FmtBuilder H5APIEndPoint H5Message H5Resource SampleApp