From 06090fdb50e5adc4fbf59b7e2fa1cd21f7f08e1f Mon Sep 17 00:00:00 2001 From: Lutz Date: Mon, 20 Mar 2023 11:16:07 +0100 Subject: [PATCH] Issue with files on different drives Text2Bin on PJX errors out for projects with an attach icon that has a drive letter on its path. Closing #93 --- docs/FoxBin2Prg_Internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FoxBin2Prg_Internals.md b/docs/FoxBin2Prg_Internals.md index 5924f7d..57f3b22 100644 --- a/docs/FoxBin2Prg_Internals.md +++ b/docs/FoxBin2Prg_Internals.md @@ -30,7 +30,7 @@ As far as possible these are the original documents. Changes are added where fun - [Multi-config](#multi-config) - [File Capitalization](#file-capitalization) - [Conversion processes Logging](#conversion-processes-logging) - - [Storing paths for pjx](#storing-paths-for-pjx) + - [Storing paths for pjx](#storing-paths-for pjx) - [Create Class-Per-File](#create-class-per-file) - [Complementary options for the UseClassPerFile setting](#complementary-options-for-the-useclassperfile-setting) - [RedirectClassPerFileToMain](#redirectclassperfiletomain)