Method | Description | |
---|---|---|
Copy ( bool allowsOverride ) : void |
Copies the specified pair.
|
|
Encrypt ( |
Encrypt the specified pair.
|
|
EnsureOutputDirectory ( ) : void |
Ensures the output directory exists by creating it if needed..
|
|
FilePair ( FilePath source, FilePath destination ) : System.IO |
Initializes a new instance of the FilePair struct.
|
public Copy ( bool allowsOverride ) : void | ||
allowsOverride | bool | if set to |
return | void |
public Encrypt ( |
||
aes | The AES encryptor. | |
return | void |
public FilePair ( FilePath source, FilePath destination ) : System.IO | ||
source | FilePath | The source. |
destination | FilePath | |
return | System.IO |