1
0
mirror of https://github.com/alex-bochkov/1c-aws-s3-browser.git synced 2025-03-20 20:55:03 +02:00
2022-02-24 10:40:59 -07:00

13 lines
251 B
Plaintext

Procedure BeforeWrite(Cancel)
If Not StrEndsWith(PublicEndpoint, "/") Then
PublicEndpoint = PublicEndpoint + "/";
EndIf;
If Not StrEndsWith(InitialFolder, "/") Then
InitialFolder = InitialFolder + "/";
EndIf;
EndProcedure