
- 354 -
Path
Specifies the folder in which the send file or receive file is [to be] located.
■ Syntax
[VB]
Public Property Path As String
[C#]
public string Path {get; set}
■ Property
Absolute path
Default value
: @"\"
Maximum length: 259 characters (including the path name and the file name)
■ Exceptions
Name of Exception Meaning
PathTooLongException The path name is too long.
■ 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";
Comentários a estes Manuais