Getting absolute paths, Ast_Files now compare absolute paths
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -221,12 +221,6 @@ int main(int argument_count, char **arguments){
|
||||
test_intern_table();
|
||||
test_bucket_arrays();
|
||||
|
||||
Scratch scratch;
|
||||
String a = os_get_working_dir(scratch);
|
||||
String b = os_get_exe_dir(scratch);
|
||||
Array<OS_File_Info> files = os_list_dir(scratch, ".."_s, LIST_RECURSE_INTO_DIRS);
|
||||
|
||||
|
||||
emit_line_directives = true;
|
||||
String program_name = "main.kl"_s;
|
||||
if(argument_count > 1){
|
||||
|
||||
Reference in New Issue
Block a user