We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DIR? target
Returns TRUE if the file or url ends with a slash (or backslash).
DIR? is a function value.
#SOURCE
dir?: make function! [ [ {Returns TRUE if the file or url ends with a slash (or backslash).} target [file! url!] ][ true? find "/\" last target ] ]