Help says
Example: *.pas;*.dfm;*dpr would include only files with
extensions pas, dfm, or dpr.
which is incorrect. I think what's intended is
Example: *.pas;*.dfm;*.dpr would include only files with
extensions pas, dfm, or dpr.
(added dot).
Example: *.pas;*.dfm;*dpr would include only files with
extensions pas, dfm, or dpr.
which is incorrect. I think what's intended is
Example: *.pas;*.dfm;*.dpr would include only files with
extensions pas, dfm, or dpr.
(added dot).
Comment