LocalizationResources.FileOrDirectoryDoesNotExist(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interpolates values into a localized string similar to File or directory does not exist: {0}.
public:
virtual System::String ^ FileOrDirectoryDoesNotExist(System::String ^ path);
public virtual string FileOrDirectoryDoesNotExist(string path);
abstract member FileOrDirectoryDoesNotExist : string -> string
override this.FileOrDirectoryDoesNotExist : string -> string
Public Overridable Function FileOrDirectoryDoesNotExist (path As String) As String
Parameters
- path
- String