The documentation uses backslashes (\) for Windows environment and forward slashes (/) for Linux environments.
Keep in mind that, when the documentation mentions a backslash, the forward slash implicitly applies to Linux.
Observe that on Linux a path beginning with / is the absolute path and a path beginning with ./ is a relative path with regard to the current directory. Relative paths are used, for example, when registering procedures using the cadsmcmd command regproc. For example, if your current directory is /a/b/c, and you state the path ./tmp/d/file1 for the file file1, the absolute path for file1 is /a/b/c/tmp/d/file1.
|
Copyright © 2013 CA.
All rights reserved.
|
|