Quine libraries user's guide
C#
Show/Hide TOC
Unbuffered
File
File
Path Property
Fully-qualified path to the file.
Definition
Namespace:
Quine.FileTransfer
Assembly:
Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
Copy
public
string
FilePath
{
get
;
set
; }
Property Value
String
Exceptions
ArgumentException
Thrown when trying to set a value that is not a fully-qualified path.
InvalidOperationException
The path cannot be changed during execution.
See Also
Reference
UnbufferedFile Class
Quine.FileTransfer Namespace
In This Article
Definition
Exceptions
See Also