Base Zooflow Filehandling

This commit is contained in:
Developer01
2026-04-30 16:04:31 +02:00
parent 57298369a6
commit 7d91b973ce
11 changed files with 1077 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
Imports System.Web
Public Module ModuleExtensions
Public TEMP_DOCUMENT_FOLDER As String = System.IO.Path.Combine(System.IO.Path.GetTempPath(), "Documents")
Const UnixEraStartTicks As Long = 621355968000000000
' ======================================================