DkmTransportConnection.DeleteFile(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.
Delete a file on the target computer.
public:
void DeleteFile(System::String ^ RemoteFilePath);
public:
void DeleteFile(Platform::String ^ RemoteFilePath);
void DeleteFile(std::wstring const & RemoteFilePath);
public void DeleteFile (string RemoteFilePath);
member this.DeleteFile : string -> unit
Public Sub DeleteFile (RemoteFilePath As String)
Parameters
- RemoteFilePath
- String
[In] Path to the remote file that will be deleted. Environment variables will be expanded (ex: %TMP%\deploy.txt).