VMS IDE How does it work
Contents
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 |