Description Usage Arguments Value Examples
Build full file name from parts and remove repeated slashes. Similar to MATLAB's function "fulfile"
1 |
... |
character vectors. Long vectors are not supported. |
ext |
- extension of file name (e.g. ".txt" or "txt") |
fsep |
the path separator to use (assumed to be ASCII). |
A character vector of the arguments concatenated term-by-term and
separated by fsep
if all arguments have positive length;
otherwise, an empty character vector (unlike paste
).
All slashes are converted to fsep
. Double slashes are removed.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.