Metodo AssertAssertFileNotExists
             | 
          
        
        
            Controlla che un file NON esista, altrimenti solleva una eccezione.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic 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