VMS IDE How does it work

From VSI OpenVMS Wiki
Revision as of 07:45, 19 February 2020 by Sergey vorfolomeev (talk | contribs) (File masks)
Jump to: navigation, search

How does it work

Synchronization

Uploading

Quick uploading

File masks

Example Meaning
**/folder/** All files which have this folder in path
*.ext All files with extension ext
*. All files without extension
**/build/**/*.com All files with com extension which have build in path

Building

Debugging