VMS IDE How does it work: Difference between revisions
Jump to navigation
Jump to search
Created page with "== How does it work == === Synchronization === === Uploading === === Quick uploading === === File masks === === Building === === Debugging === Category:VMS IDE" |
|||
| 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
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 |