add a tech link for "path or string"
This commit is contained in:
parent
abc061aae1
commit
67da8dbaf0
|
@ -49,10 +49,11 @@ platform (not a string, and not a path for a different platform),
|
||||||
@racket[#f] otherwise.}
|
@racket[#f] otherwise.}
|
||||||
|
|
||||||
@defproc[(path-string? [v any/c]) boolean?]{
|
@defproc[(path-string? [v any/c]) boolean?]{
|
||||||
|
Returns @racket[#t] if @racket[v] is either a @deftech{path
|
||||||
Return @racket[#t] if @racket[v] is either a path value for the
|
or string}: either a path for the current platform or a
|
||||||
current platform or a non-empty string without nul characters,
|
non-empty string without nul characters. Returns @racket[#f]
|
||||||
@racket[#f] otherwise.}
|
otherwise.
|
||||||
|
}
|
||||||
|
|
||||||
@defproc[(path-for-some-system? [v any/c]) boolean?]{
|
@defproc[(path-for-some-system? [v any/c]) boolean?]{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user