Denso BHT-200QW Especificaciones Pagina 356

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 355
1 2 ... 351 352 353 354 355 356 357 358 359 360 361 ... 376 377

Comentarios a estos manuales

Sin comentarios