Jump to content

Empty Path Constant: Difference between revisions

From LabVIEW Wiki
Added page
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/File I/O/File Constants{{!}}File Constants palette|type=function|icon=File Constants Palette - Empty Path Constant.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/File I/O/File Constants{{!}}File Constants palette|type=constant|icon=File Constants Palette - Empty Path Constant.png}}


'''Empty Path Constant''' returns an empty path.
'''Empty Path Constant''' returns an empty path.


Unlike the [[Not a Path Constant]], this constant is a valid path. You can use this constant as a starting point for building paths using the [[Build Path function]].
Unlike the [[Not A Path Constant]], this constant is a valid path. You can use this constant as a starting point for building paths using the [[Build Path function]].


{{TOCright}}
{{TOCright}}

Latest revision as of 17:58, 8 June 2021

Object information
Owning palette(s) File Constants palette
Type Constant
Requires Basic Development Environment
Icon

Empty Path Constant returns an empty path.

Unlike the Not A Path Constant, this constant is a valid path. You can use this constant as a starting point for building paths using the Build Path function.

Usage

Data Type Name Description
Path Path contains the empty path output.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links