I’m not sure if this is a bug or a feature. ![]()
sysand --version
sysand 0.2.0
When using sysand include to add wildcard-named files, an error of: “failed to get metadata to determine if is a regular file.”
The directory contains:
project_example\packageAirframe_System.sysml
project_example\packageAvionics_System.sysml
project_example\packageNavigation_Management.sysml
project_example\packageEngine_Controls_System.sysml
project_example\packagePNT_System.sysml
project_example\packageCommunication_System.sysml
project_example\packageSensor_System.sysml
project_example\UASv2_Architecture.sysml
project_example\packageGround_Control_Station_System.sysml
and the command is issued in the project_example directory.
project_example>sysand include package*.sysml
results in:

Doing the sysand include command for each file does work. It appears to be a filename expansion error before trying to find the files in the named or default file path. The hint is the Windows ERROR_INVALID_NAME, which is issued when a file path has illegal characters (<, >, :, ", /, \, |, ?, *) in it.