ddmd.root.filename

Compiler implementation of the D programming language http://dlang.org

Members

Aliases

Files
alias Files = Array!(File*)
Undocumented in source.
Strings
alias Strings = Array!(const(char)*)
Undocumented in source.
_mkdir
alias _mkdir = mkdir
Undocumented in source.

Functions

GetFullPathNameA
DWORD GetFullPathNameA(LPCSTR lpFileName, DWORD nBufferLength, LPSTR lpBuffer, LPSTR* lpFilePart)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
canonicalize_file_name
char* canonicalize_file_name(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mkdir
int mkdir(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stricmp
int stricmp(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FileName
struct FileName

Encapsulate path and file names.

Meta

Source

See Source File
$(DMDSRC root/_filename.d)