Metodo AssertAssertFileNotExists
|
Controlla che un file NON esista, altrimenti solleva una eccezione.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void AssertFileNotExists(
string fileName
)
Public Sub AssertFileNotExists (
fileName As String
)
public:
void AssertFileNotExists(
String^ fileName
)
member AssertFileNotExists :
fileName : string -> unit
Parametri
- fileName String
- Nome file completo di estensione.
Vedi anche