Metodo AssertAssertFileNotExists
|
Controlla che un file NON esista, altrimenti solleva una eccezione.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: SystemString
Nome file completo di estensione.
Vedi anche