 | SupportMethodsGetFileNameWithoutExtension Method |
Vrátí název souboru bez přípony.
"Muj.soubor.pdf" => "Muj.soubor"
Namespace:
TescoSW.MW.UITests.Common
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic static string GetFileNameWithoutExtension(
string fileName
)
Parameters
- fileName
- Type: SystemString
Název souboru
Return Value
Type:
StringNázev souboru bez přípony
See Also