Lisp File Lock

Lisp File Lock

Pihu_2024
Enthusiast Enthusiast
3,047 Views
40 Replies
Message 1 of 41

Lisp File Lock

Pihu_2024
Enthusiast
Enthusiast

Dear Sir,

 

I want to lisp file locking prgramming.

any body please help me.

 

0 Likes
3,048 Views
40 Replies
Replies (40)
Message 41 of 41

Sea-Haven
Mentor
Mentor

I did post the code needed, just did not wrap it.

 

 

(setq expire 20250000)
(if (> (fix (getvar 'cdate)) expire)
(progn (Alert "Oops ran out of time ")(exit))
)
0 Likes