File System Provider::DeleteFile


Deletes the specified file. Used by Microsoft® Provisioning Framework (MPF).

XML Input Schema

The following code fragment shows the format for sending data to this procedure. For more information on individual elements and attributes, see the Elements and Attributes table.

<executeData>1..1
  <fileName>1..1</filename>
  <sourcePath path="..">1..1</sourcePath>
</executeData>

XML Output Schema

DeleteFile does not return data.

Elements and Attributes

The following table describes the XML elements and attributes. Unless otherwise indicated, the data type is string.

Element Description, relationships, and attributes
executeData Description:
Encapsulates the procedure's input data.

Children:
fileName (minOccurs="1" maxOccurs="1")
sourcePath (minOccurs="1" maxOccurs="1")

fileName Description:
Name of the file to delete.

Parent:
executeData

sourcePath Description:
Path of the directory to delete.

Parent:
executeData

Attribute:

path Required. Path of the source directory.

See Also

CopyFile, File System Provider, GetFileAttributes, MoveFile, RenameFile


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.