For the complete documentation index, see llms.txt. This page is also available as Markdown.

Standardize

Introduction The Standardize method is used to convert file names to a standard format. By default Standardize performs the following modifications to a file name:

  • It is converted to lower case

  • Backslashes are converted to forward slashes

  • Relative files are made absolute

Standardize is useful because it allows string comparison between files.

Last updated

Was this helpful?