diff --git a/Shell/libraries/HestiaKERNEL/Errors/Error_Codes.ps1 b/Shell/libraries/HestiaKERNEL/Error/Codes.ps1 similarity index 100% rename from Shell/libraries/HestiaKERNEL/Errors/Error_Codes.ps1 rename to Shell/libraries/HestiaKERNEL/Error/Codes.ps1 diff --git a/Shell/libraries/HestiaKERNEL/Errors/Error_Codes.sh b/Shell/libraries/HestiaKERNEL/Error/Codes.sh similarity index 100% rename from Shell/libraries/HestiaKERNEL/Errors/Error_Codes.sh rename to Shell/libraries/HestiaKERNEL/Error/Codes.sh diff --git a/Shell/libraries/HestiaKERNEL/FS/Get_Files.ps1 b/Shell/libraries/HestiaKERNEL/FS/Get_Files.ps1 index 6c1095d..a229de1 100644 --- a/Shell/libraries/HestiaKERNEL/FS/Get_Files.ps1 +++ b/Shell/libraries/HestiaKERNEL/FS/Get_Files.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\FS\Is_Directory.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\FS\Is_File.ps1" diff --git a/Shell/libraries/HestiaKERNEL/FS/Get_Files.sh b/Shell/libraries/HestiaKERNEL/FS/Get_Files.sh index 06d053f..2ab4d4b 100644 --- a/Shell/libraries/HestiaKERNEL/FS/Get_Files.sh +++ b/Shell/libraries/HestiaKERNEL/FS/Get_Files.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/FS/Is_Directory.sh" . "${LIBS_HESTIA}/HestiaKERNEL/FS/Is_File.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/FS/Is_Directory.ps1 b/Shell/libraries/HestiaKERNEL/FS/Is_Directory.ps1 index cbb32ff..ba39f71 100644 --- a/Shell/libraries/HestiaKERNEL/FS/Is_Directory.ps1 +++ b/Shell/libraries/HestiaKERNEL/FS/Is_Directory.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\hestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\hestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/FS/Is_Directory.sh b/Shell/libraries/HestiaKERNEL/FS/Is_Directory.sh index 73893a6..703d99a 100644 --- a/Shell/libraries/HestiaKERNEL/FS/Is_Directory.sh +++ b/Shell/libraries/HestiaKERNEL/FS/Is_Directory.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/FS/Is_File.ps1 b/Shell/libraries/HestiaKERNEL/FS/Is_File.ps1 index 96d3d52..6437e92 100644 --- a/Shell/libraries/HestiaKERNEL/FS/Is_File.ps1 +++ b/Shell/libraries/HestiaKERNEL/FS/Is_File.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\hestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\hestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/FS/Is_File.sh b/Shell/libraries/HestiaKERNEL/FS/Is_File.sh index 594ece2..1549495 100644 --- a/Shell/libraries/HestiaKERNEL/FS/Is_File.sh +++ b/Shell/libraries/HestiaKERNEL/FS/Is_File.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.ps1 b/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.ps1 index 85f41dc..f1cf14a 100644 --- a/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.ps1 +++ b/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\List\Is_Array_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.sh b/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.sh index d95eec1..714545b 100644 --- a/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.sh +++ b/Shell/libraries/HestiaKERNEL/List/Is_Array_Byte.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/List/Is_Array_Number.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.ps1 b/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.ps1 index f33c475..842ae5d 100644 --- a/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.ps1 +++ b/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.ps1 @@ -9,7 +9,7 @@ # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. # Copyright 2024 (Holloway) Chew, Kean Ho -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.sh b/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.sh index 7b178e9..963f329 100644 --- a/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.sh +++ b/Shell/libraries/HestiaKERNEL/List/Is_Array_Number.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/Number/Is_Number.ps1 b/Shell/libraries/HestiaKERNEL/Number/Is_Number.ps1 index a6a2ce4..6c22c01 100644 --- a/Shell/libraries/HestiaKERNEL/Number/Is_Number.ps1 +++ b/Shell/libraries/HestiaKERNEL/Number/Is_Number.ps1 @@ -9,7 +9,7 @@ # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. # Copyright 2024 (Holloway) Chew, Kean Ho -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Number/Is_Number.sh b/Shell/libraries/HestiaKERNEL/Number/Is_Number.sh index f56b195..0c8bb0c 100644 --- a/Shell/libraries/HestiaKERNEL/Number/Is_Number.sh +++ b/Shell/libraries/HestiaKERNEL/Number/Is_Number.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.ps1 b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.ps1 index c78c60c..aae9a58 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.ps1 +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.sh b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.sh index ede7fb0..2587272 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.sh +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Alias.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.ps1 b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.ps1 index 62bd238..e60f78e 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.ps1 +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.sh b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.sh index e25aca9..47de29b 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.sh +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Available.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.ps1 b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.ps1 index 51c76c6..268c536 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.ps1 +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.sh b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.sh index 42d3a19..e309ff2 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.sh +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Builtin.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.ps1 b/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.ps1 index b4b64ba..e836d24 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.ps1 +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.sh b/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.sh index b4c39f8..6c8a604 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.sh +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_External.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Is_Command_Alias.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Is_Command_Available.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Is_Command_Builtin.sh" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.ps1 b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.ps1 index 8a379ed..a230cac 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.ps1 +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.sh b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.sh index d888b00..df7e469 100644 --- a/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.sh +++ b/Shell/libraries/HestiaKERNEL/OS/Is_Command_Function.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.ps1 b/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.ps1 index 6b8f4b9..39ddfbd 100644 --- a/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.ps1 +++ b/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.sh b/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.sh index 7926ae6..7940485 100644 --- a/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.sh +++ b/Shell/libraries/HestiaKERNEL/Parallelism/Run_Parallel_Sentinel.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/Get_First_Character.sh b/Shell/libraries/HestiaKERNEL/String/Get_First_Character.sh index 3b80ded..125f2b0 100644 --- a/Shell/libraries/HestiaKERNEL/String/Get_First_Character.sh +++ b/Shell/libraries/HestiaKERNEL/String/Get_First_Character.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/String/To_String_From_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Get_First_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/Get_Last_Character.sh b/Shell/libraries/HestiaKERNEL/String/Get_Last_Character.sh index 97e4484..417e065 100644 --- a/Shell/libraries/HestiaKERNEL/String/Get_Last_Character.sh +++ b/Shell/libraries/HestiaKERNEL/String/Get_Last_Character.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/String/To_String_From_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Get_Last_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/Get_Length_String.sh b/Shell/libraries/HestiaKERNEL/String/Get_Length_String.sh index e507d48..42797f2 100644 --- a/Shell/libraries/HestiaKERNEL/String/Get_Length_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/Get_Length_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Get_Length_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.ps1 b/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.ps1 index 37f2982..c6fdb40 100644 --- a/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.ps1 +++ b/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.sh b/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.sh index 619bb93..c33e12e 100644 --- a/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/Is_Empty_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.ps1 b/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.ps1 index 01875b1..94167a0 100644 --- a/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.ps1 +++ b/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Punctuation_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\To_Unicode_From_String.ps1" diff --git a/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.sh b/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.sh index 7557cce..1f0d098 100644 --- a/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/Is_Punctuation_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.ps1 b/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.ps1 index 2c7b311..b1e9769 100644 --- a/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.ps1 +++ b/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Whitespace_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\To_Unicode_From_String.ps1" diff --git a/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.sh b/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.sh index 8105741..34fb541 100644 --- a/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/Is_Whitespace_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/To_Lowercase_String.sh b/Shell/libraries/HestiaKERNEL/String/To_Lowercase_String.sh index ca3e319..d65e933 100644 --- a/Shell/libraries/HestiaKERNEL/String/To_Lowercase_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/To_Lowercase_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/String/To_String_From_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Lowercase_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.ps1 index 59cd2d8..2d77374 100644 --- a/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\OS\Get_String_Encoder.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.sh b/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.sh index 2b9852d..cc26c14 100644 --- a/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/String/To_String_From_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Get_String_Encoder.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/To_Titlecase_String.sh b/Shell/libraries/HestiaKERNEL/String/To_Titlecase_String.sh index 4db2f33..888d7ff 100644 --- a/Shell/libraries/HestiaKERNEL/String/To_Titlecase_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/To_Titlecase_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/String/To_String_From_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Titlecase_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/String/To_Uppercase_String.sh b/Shell/libraries/HestiaKERNEL/String/To_Uppercase_String.sh index d0f3175..db67f25 100644 --- a/Shell/libraries/HestiaKERNEL/String/To_Uppercase_String.sh +++ b/Shell/libraries/HestiaKERNEL/String/To_Uppercase_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/String/To_String_From_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Uppercase_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_String.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Get_First_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Get_First_Unicode.sh index f204b2d..898ed55 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Get_First_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Get_First_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Get_Last_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Get_Last_Unicode.sh index d3c5f11..a4faa96 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Get_Last_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Get_Last_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Get_Length_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Get_Length_Unicode.sh index 10dc6de..5f5c051 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Get_Length_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Get_Length_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.ps1 index 6454110..ac57d24 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.sh index 7c1c6f4..38c5664 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Has_Any_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.ps1 index f88937a..288860d 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.sh index 4681a80..22afc8d 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Has_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Left_Unicode.sh index 596b3a4..380dd80 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Right_Unicode.sh index 038c808..078dc92 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Index_Any_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Index_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Index_Left_Unicode.sh index 167726c..5501163 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Index_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Index_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Index_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Index_Right_Unicode.sh index 748190e..938222a 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Index_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Index_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.ps1 index 7e09dd4..1590c94 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.sh index 525ee11..9eb36b1 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Empty_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.ps1 index 43d3757..e0363ee 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.sh index 21ef44d..09c14a0 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Punctuation_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_UTF.sh b/Shell/libraries/HestiaKERNEL/Unicode/Is_UTF.sh index 0187c02..911ad37 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_UTF.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_UTF.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.ps1 index c6ccd13..72eb7b3 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\List\Is_Array_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.sh index d8bd37a..832c52e 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/List/Is_Array_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.ps1 index 82efb48..89a3526 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh index 6396059..aac2103 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.ps1 index cabfbfd..9a97997 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.sh index 523c5ea..92d140c 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.ps1 index 3bc67fc..10adca6 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.sh index 80f600f..0d4f44c 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Any_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.ps1 index 75cec06..5390e1e 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.sh index 22250c1..7dd8e15 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.ps1 index 3a7c18d..9c9511a 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.sh index 04f8097..7f962eb 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Replace_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Left_Unicode.sh index d15dfc3..b3765ff 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Right_Unicode.sh index a565dd4..0228c30 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Any_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Left_Unicode.sh index cd60c56..df9b308 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Right_Unicode.sh index 12f9a13..a7e9c7d 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Scan_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Scan_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.ps1 index a57d9f7..a33787a 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Number\Is_Number.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.sh index 12d0d1f..9d35a34 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Split_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Number/Is_Number.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Lowercase_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Lowercase_Unicode.sh index 179d7af..0f8fb1a 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Lowercase_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Lowercase_Unicode.sh @@ -11,7 +11,7 @@ # the permissions and limitations set forth in the license. . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/rune_to_lower.sh" -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Titlecase_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Titlecase_Unicode.sh index b12de36..6219f2e 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Titlecase_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Titlecase_Unicode.sh @@ -11,7 +11,7 @@ # the permissions and limitations set forth in the license. . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/rune_to_title.sh" -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.ps1 index 186fc12..8e28339 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\OS\Endian.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.sh index ea2ca43..4f93fd5 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF16_From_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Endian.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.ps1 index e14c16e..fe70244 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\OS\Endian.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.sh index a4d8f48..34fac19 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF32_From_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Endian.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.ps1 index 23e1f0b..497642c 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.sh index 56d321f..8c2b7fc 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_UTF8_From_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_String.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_String.sh index f2f96f6..f21c1a2 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_String.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_String.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/To_Unicode_From_UTF8.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF16.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF16.sh index a6f4f0e..5b02d3a 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF16.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF16.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/List/Is_Array_Byte.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Endian.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_UTF.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF32.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF32.sh index d5b406f..666c907 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF32.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF32.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/List/Is_Array_Byte.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Endian.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_UTF.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF8.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF8.sh index 2f7404f..4e640cb 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF8.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Unicode_From_UTF8.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/List/Is_Array_Byte.sh" . "${LIBS_HESTIA}/HestiaKERNEL/OS/Endian.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_UTF.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/To_Uppercase_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/To_Uppercase_Unicode.sh index c2ba1c7..1c65404 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/To_Uppercase_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/To_Uppercase_Unicode.sh @@ -11,7 +11,7 @@ # the permissions and limitations set forth in the license. . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/rune_to_upper.sh" -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Left_Unicode.sh index 3b55ae3..db1943d 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Prefix_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Prefix_Unicode.sh index e19bd76..08a7d58 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Prefix_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Prefix_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Right_Unicode.sh index b01e702..56d575e 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Suffix_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Suffix_Unicode.sh index 794293f..cc0614f 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Suffix_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Suffix_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.ps1 index 28aed72..9d1b8f2 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Whitespace_Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.sh index 9ed6b27..03cf9fe 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Left_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.ps1 index a6fc391..f9e81aa 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Whitespace_Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.sh index 8146095..ed8a083 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Right_Unicode.sh @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.ps1 b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.ps1 index 61829a8..c3ad150 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.ps1 +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.ps1 @@ -8,7 +8,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Unicode.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\Unicode\Is_Whitespace_Unicode.ps1" diff --git a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.sh b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.sh index 996487c..0db67f7 100644 --- a/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.sh +++ b/Shell/libraries/HestiaKERNEL/Unicode/Trim_Whitespace_Unicode.sh @@ -9,7 +9,7 @@ # # You MUST ensure any interaction with the content STRICTLY COMPLIES with # the permissions and limitations set forth in the license. -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Unicode.sh" . "${LIBS_HESTIA}/HestiaKERNEL/Unicode/Is_Whitespace_Unicode.sh" diff --git a/Shell/libraries/HestiaKERNEL/Vanilla.sh.ps1 b/Shell/libraries/HestiaKERNEL/Vanilla.sh.ps1 index 8b91911..b90be54 100644 --- a/Shell/libraries/HestiaKERNEL/Vanilla.sh.ps1 +++ b/Shell/libraries/HestiaKERNEL/Vanilla.sh.ps1 @@ -32,7 +32,7 @@ echo \" <<'RUN_AS_POWERSHELL' >/dev/null # " | Out-Null ################################################################################ # Windows POWERSHELL Codes # ################################################################################ -. "${env:LIBS_HESTIA}\HestiaKERNEL\Errors\Error_Codes.ps1" +. "${env:LIBS_HESTIA}\HestiaKERNEL\Error\Codes.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\FS\Get_Files.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\FS\Is_Directory.ps1" . "${env:LIBS_HESTIA}\HestiaKERNEL\FS\Is_File.ps1" @@ -140,7 +140,7 @@ RUN_AS_POWERSHELL ################################################################################ # Unix Main Codes # ################################################################################ -. "${LIBS_HESTIA}/HestiaKERNEL/Errors/Error_Codes.sh" +. "${LIBS_HESTIA}/HestiaKERNEL/Error/Codes.sh" . "${LIBS_HESTIA}/HestiaKERNEL/FS/Get_Files.sh" . "${LIBS_HESTIA}/HestiaKERNEL/FS/Is_Directory.sh" . "${LIBS_HESTIA}/HestiaKERNEL/FS/Is_File.sh"