mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-27 02:43:54 +02:00
Fastfix
This commit is contained in:
parent
9c8cb0ffd5
commit
a3ce7895d7
@ -116,7 +116,7 @@
|
||||
СтрНайти(ФайлПроекта.ПолноеИмя, "cli\data") = 0
|
||||
И СтрНайти(ФайлПроекта.ПолноеИмя, "cli/data") = 0
|
||||
И Не ФайлПроекта.ЭтоКаталог()
|
||||
И Не ФайлПроекта.Расширение = "bin";
|
||||
И Не ФайлПроекта.Расширение = ".bin";
|
||||
|
||||
Если Признак Тогда
|
||||
МассивФайлов.Добавить(ФайлПроекта);
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1028,21 +1028,6 @@ Function CreateStream(Val FilePath = Undefined) Export
|
||||
|
||||
EndFunction
|
||||
|
||||
Function GetKомtonotнту(Val NameМаtoета, Val NameKомtonotнты, Val Kлаwithwith, Val Переуwithтаbutintoа = False) Export
|
||||
|
||||
Kомtonotнта = Undefined;
|
||||
|
||||
If Not AndнandцandалfromandроinатьInnotшнююKомtonotнту(NameKомtonotнты, Kлаwithwith, Kомtonotнта) Or Переуwithтаbutintoа Then
|
||||
|
||||
ToдtoлючandтьKомtonotнтуAtServer(NameМаtoета, NameKомtonotнты);
|
||||
AndнandцandалfromandроinатьInnotшнююKомtonotнту(NameKомtonotнты, Kлаwithwith, Kомtonotнта);
|
||||
|
||||
EndIf;
|
||||
|
||||
Return Kомtonotнта;
|
||||
|
||||
EndFunction
|
||||
|
||||
#EndRegion
|
||||
|
||||
#EndRegion
|
||||
@ -1515,33 +1500,6 @@ Function DirectoryKомtonotнтOS()
|
||||
Return "./";
|
||||
EndFunction
|
||||
|
||||
#Region WorkСInnotшнandмandKомtonotнтамand
|
||||
|
||||
Function AndнandцandалfromandроinатьInnotшнююKомtonotнту(Val NameKомtonotнты, Val Kлаwithwith, Kомtonotнта)
|
||||
|
||||
Try
|
||||
Kомtonotнта = New("AddIn." + NameKомtonotнты + "." + Kлаwithwith);
|
||||
Return False;
|
||||
Except
|
||||
Return False;
|
||||
EndTry;
|
||||
|
||||
EndFunction
|
||||
|
||||
Procedure ToдtoлючandтьKомtonotнтуAtServer(Val NameМаtoета, Val NameKомtonotнты)
|
||||
|
||||
If IsOneScript() Then
|
||||
NameМаtoета = DirectoryKомtonotнтOS() + NameМаtoета + ".dll";
|
||||
EndIf;
|
||||
|
||||
ToдtoлючandтьInnotшнююKомtonotнту(NameМаtoета,
|
||||
NameKомtonotнты,
|
||||
TypeInnotшnotйKомtonotнты.Native);
|
||||
|
||||
EndProcedure
|
||||
|
||||
#EndRegion
|
||||
|
||||
#Region GZip
|
||||
|
||||
// Structure description at https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
|
||||
|
@ -2041,9 +2041,9 @@
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьОбщийМодуль(Знач Имя)
|
||||
|
||||
|
||||
Модуль = Вычислить(Имя);
|
||||
|
||||
|
||||
Возврат Модуль;
|
||||
КонецФункции
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user