티클러
2025. 4. 10. 16:54
홈페이지 : http://www.doc.ic.ac.uk/~np2/software/
Uuid is a dynamically loadable extension for Tcl 8.0 on Windows 95 and NT that provides a new command (uuid) to allocate universally unique identifiers. One use for these UUIDs is to ensure that the names of temporary files are unique, even when multiple machines are sharing the directory.
Uuid는 Windows 95 및 NT의 Tcl 8.0에 동적으로 로드할 수 있는 확장 패키지로, 범용 고유 식별자를 할당하는 새로운 명령(uuid)을 제공합니다. 여러 컴퓨터가 디렉터리를 공유하는 경우에도 임시 파일의 이름이 고유하도록 하는 것이 이 UUID의 한 가지 용도입니다.
package require uuid
set file_name [file join temp [uuid].dat]