Skip to main content

Enum ForEachFileLoopFileNameQualifierType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ForEachFileLoopFileNameQualifierType

Fields

FieldsDescription
FullyQualifiedReturn the fully qualfied file name, including path, file name, and extension.
NameAndExtensionReturn the name and extension of the file only. The path will not be returned.
NameOnlyReturn only the file name. The extension and path will not be returned.