Adding Virtual Files |
Previous Top Next |
EXE location (hypothetical) |
Virtual Path |
Where file appears to exist at runtime |
c:\program files\myprogram |
%Install Path%\abuse_w32\abuse\gamma.lsp |
c:\program files\myprogram\abuse_w32\abuse\gamma.lsp |
c:\program files\myprogram |
%Install Path%\abuse_w32\gamma.lsp |
c:\program files\myprogram\abuse\gamma.lsp |
c:\program files\myprogram |
%Install Path%\gamma.lsp |
c:\program files\myprogram\gamma.lsp |
c:\program files\myprogram |
x:\abuse_w32\abuse\gamma.lsp |
x:\abuse_w32\abuse\gamma.lsp |
· | When you drag and drop a directory, all files and subdirectories within that directory will automatically be added to your project. |
· | *.bmp;*.jpg;*.gif Add all the graphics files in your directory or tree |
· | *.html Add only HTML files |