So I have this going on right now,
GetFileOpenName("Choose a File", ls_path, ls_filename)
file_num = FileOpen(ls_filename)
file_length = FileLength64(ls_path)
FileReadEx(file_num, file_bin, file_length)
When I check file_length, it always returns as -1. Regardless of whether I just give it the...