View source code
							
							
						
								Display the source code in dmd/utils.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Module dmd.utils
Compiler implementation of the D programming language. Utility functions for DMD.
This modules defines some utility functions for DMD.
Documentation
https://dlang.org/phobos/dmd_utils.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/utils.d
Functions
| Name | Description | 
|---|---|
| 
									ensurePathToNameExists(loc, name)
								 | Ensure the root path (the path minus the name) of the provided path exists, and terminate the process if it doesn't. | 
| 
									escapePath(buf, fname)
								 | Takes a path, and escapes '(', ')' and backslashes | 
| 
									iequals(s1, s2)
								 | Compare two slices for equality, in a case-insensitive way | 
| 
									readFile(loc, f)
								 | Reads a file, terminate the program on error | 
| 
									toCStringThen(src)
								 | Copy the content of srcinto a C-string ('\0' terminated) then calldg | 
| 
									toDString(s)
								 | Slices a \0-terminated C-string, excluding the terminator | 
| 
									toWinPath(src)
								 | Normalize path by turning forward slashes into backslashes | 
| 
									writeFile(loc, f)
								 | Writes a file, terminate the program on error | 
Authors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.