Metodo AssertAssertPathIsRooted
|
Solleva l'eccezione di FileNotFoundException se il file non è presente.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void AssertPathIsRooted(
string path
)
Public Sub AssertPathIsRooted (
path As String
)
public:
void AssertPathIsRooted(
String^ path
)
member AssertPathIsRooted :
path : string -> unit
Parametri
- path
- Tipo: SystemString
Vedi anche