Method | Description | |
---|---|---|
WithOverrideCaseCollision ( this command ) : AddCommand |
Add files regardless of possible case-collision problems.
|
|
WithoutCaseGuarding ( this command ) : AddCommand |
Completely skip checks related to case-collision problems.
|
|
WithoutWindowsFileNameChecks ( this command ) : AddCommand |
Do not check filenames for Windows incompatibilities.
|
public static WithOverrideCaseCollision ( this command ) : AddCommand | ||
command | this |
/// The |
return | AddCommand |
public static WithoutCaseGuarding ( this command ) : AddCommand | ||
command | this |
/// The |
return | AddCommand |
public static WithoutWindowsFileNameChecks ( this command ) : AddCommand | ||
command | this |
/// The |
return | AddCommand |