File System Location Property
Represents some element of the file system. A file system element has two parts: its location and its content. A file system element's content, may be the output of a task or tasks. This property object keeps track of both the location and the task or tasks that produce the content of the element.
Note: This interface is not intended for implementation by build script or plugin authors.
Since
5.6
Parameters
<T>
The type of location.
Inheritors
Functions
Link copied to clipboard
Assign file to a FileSystemLocationProperty with assign operator
Assign file provided by a Provider to a FileSystemLocationProperty with assign operator
Assign value: T to a property with assign operator
Assign value: Provider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the location of the file system element, and discards details of the task that produces its content.
Link copied to clipboard