dir_separator Function

public function dir_separator()

Function that returns the system directory separator

Arguments

None

Return Value character(len=1)


Calls

proc~~dir_separator~~CallsGraph proc~dir_separator dir_separator proc~is_linux is_linux proc~dir_separator->proc~is_linux

Called by

proc~~dir_separator~~CalledByGraph proc~dir_separator dir_separator proc~dirname dirname proc~dirname->proc~dir_separator proc~filename filename proc~filename->proc~dir_separator proc~make_path make_path proc~make_path->proc~dir_separator proc~path2vec path2vec proc~path2vec->proc~dir_separator proc~vec2path vec2path proc~vec2path->proc~dir_separator program~test_files test_files program~test_files->proc~dir_separator program~test_files->proc~filename program~test_files->proc~make_path program~test_files->proc~path2vec program~test_files->proc~vec2path