Denso BHT-400-CE Reference Manual page 323

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Path
Specifies the folder in which the send file or receive file is [to be] located.
Syntax
[VB]
Public Property
[C#]
public string
Path
Property
Absolute path
Default value: @"\"
Maximum length: 259 characters (including the path name and the file name)
Exceptions
Name of Exception
PathTooLongException
Note
The value specified for this property will be valid the next time a send or receive operation is
performed.
If an invalid value is specified for this property, no exceptions will be thrown immediately;
however, an exception will be thrown later when an attempt is made to send or receive
data.
[Ex.] Set the file receipt destination folder to FLASH\.
[VB] MyFileTransfer.Path = "\FLASH\"
[C#] MyFileTransfer.Path = @"FLASH";
Path
As String
{get; set}
Meaning
The path name is too long.
- 317 -

Advertisement

Table of Contents
loading

Table of Contents