Denso BHT-200QW Especificações Página 356

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 355
- 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";
Vista de página 355
1 2 ... 351 352 353 354 355 356 357 358 359 360 361 ... 376 377

Comentários a estes Manuais

Sem comentários