Premake Internals
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  host
 os_chdir.cChange the current working directory
 os_copyfile.cCopy a file from one location to another
 os_getcwd.cRetrieve the current working directory
 os_is64bit.cNative code-side checking for a 64-bit architecture
 os_isdir.cReturns true if the specified directory exists
 os_isfile.cReturns true if the given file exists on the file system
 os_match.cMatch files and directories
 os_mkdir.cCreate a subdirectory
 os_pathsearch.cLocates a file, given a set of search paths
 os_rmdir.cRemove a subdirectory
 os_stat.cRetrieve information about a file
 os_uuid.cCreate a new UUID
 path_isabsolute.cDetermines if a path is absolute or relative
 premake.cProgram entry point
 premake.hProgram-wide constants and definitions
 premake_main.cProgram entry point
 string_endswith.cDetermines if a string ends with the given sequence