Modules§
- constants
- Constants for working with Luau module paths.
Structs§
- Luau
Module Path - A resolved module path for Luau, containing both:
Enums§
- Luau
File Path - A file path for Luau, which has been resolved to either a valid file or directory.
Functions§
- append_
extension - Appends the given extension to the path.
- clean_
path - Cleans a path.
- clean_
path_ and_ make_ absolute - Makes a path absolute, if it is relative, and then cleans it.
- get_
current_ dir - Gets the current working directory as an absolute path.
- get_
current_ exe - Gets the path to the current executable as an absolute path.
- relative_
path_ normalize - Normalizes the given relative path.
- relative_
path_ parent - Pops the relative path up to the parent directory, pushing “parent dir” (
..
) components to the front of the path when it no longer has any normal components.