Difference between revisions of "VMS IDE How does it work"
(Created page with "== How does it work == === Synchronization === === Uploading === === Quick uploading === === File masks === === Building === === Debugging === Category:VMS IDE") |
(→File masks) |
||
Line 8: | Line 8: | ||
=== File masks === | === File masks === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! 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 === | === Building === |
Revision as of 07:45, 19 February 2020
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 |