TargetStorageLocation.Prefix Property
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.
Replaces the input prefix of a file path with the output prefix, preserving the rest of the path structure.
Example: File full path: documents/user/note.txt Input Prefix: "documents/user/" Output Prefix: "output_docs/"
Output file: "output_docs/note.txt"
public string Prefix { get; set; }
member this.Prefix : string with get, set
Public Property Prefix As String