We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package
-path
package command -path option requires final foreslash / (in Linux). This is not mentioned anywhere. The expected behaviour is both:
/
/home/irisowner
/home/irisowner/
should work in the identical way.
zpm:IPMTEST1>version %SYS> zpm 0.7.3 IPMTEST1> zpm-registry 1.3.2 https://pm.community.intersystems.com - 1.0.6 http://localhost:52773/registry/ - 1.3.2 zpm:IPMTEST1>package -verbose -only -path /home/irisowner osex-ipm-hello [IPMTEST1|osex-ipm-hello] Package START [osex-ipm-hello] Package FAILURE ERROR! Error creating directory chain /home/irisownersrc/OSEX/ipm/hello/: <4294967283> Unknown error -13 zpm:IPMTEST1>
The text was updated successfully, but these errors were encountered:
This is an easy one, just need to use ##class(%Library.File).NormalizeDirectory.
##class(%Library.File).NormalizeDirectory
Sorry, something went wrong.
isc-shuliu
No branches or pull requests
package
command-path
option requires final foreslash/
(in Linux). This is not mentioned anywhere. The expected behaviour is both:/home/irisowner
(without a directory separator in the end)/home/irisowner/
(with a directory separator in the end)should work in the identical way.
The text was updated successfully, but these errors were encountered: