Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Labview Code Interface Reference Manual.pdf
Скачиваний:
33
Добавлен:
29.05.2015
Размер:
1.13 Mб
Скачать

 

 

Chapter 7 File Manager Functions

returns

A boolean, which can have the following values for this function.

 

Value

Description

 

TRUE

Path is well formed, and type is absolute, relative, or not a path.

 

FALSE

Otherwise.

 

 

 

 

FIsEmptyPath

syntax Bool32 FIsEmptyPath(path);

FIsEmptyPath determines whether path is a valid empty path.

 

Parameter

Type

Description

 

path

Path

Path whose validity and emptiness you want to

 

 

 

determine.

returns

A boolean, which can have the following values for this function.

 

Value

Description

 

 

TRUE

Path is well formed and empty, and type is absolute or relative.

 

FALSE

Otherwise.

 

 

 

 

 

FPathCmp

syntax int32 FPathCmp(lsp1, lsp2);

FPathCmp compares the two specified paths.

Parameter

Type

Description

lsp1

Path

First path to compare.

lsp2

Path

Second path to compare.

returns

int32, which can have the following values for this function.

Value

Description

-1

Paths are of different types (for example, one is absolute and the other

 

is relative).

0

Paths are identical.

n+1

Paths have the same first n components, but are not identical.

 

 

 

National Instruments Corporation

7-37

LabVIEW Code Interface Reference Manual

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]