lookForSourceFile

Look for the source file if it's different from filename. Look for .di, .d, directory, and along global.path. Does not open the file. Output: path the path where the file was found if it was not the current directory Input: filename as supplied by the user global.path

extern (C++)
const(char)*
lookForSourceFile
(
const(char)** path
,
const(char)* filename
)

Return Value

Type: const(char)*

NULL if it's not different from filename.

Meta