please dont rip this site
Function  5Bh  Create New File	     (DOS 3.x)
	       Given an ASCIIZ pathname, Creates a file in the current or
	       specified directory on the default or specified disk drive, and
	       returns a handle that can be used by the program for subsequent
	       access to the file. If a file with the same name already exists,
	       the function fails.

entry	AH     5Bh
	CX     attribute
	       00h    normal
	       01h    read only
	       02h    hidden
	       04h    system
	DS:DX  segment:offset of ASCIIZ pathname
return	AX     handle
	CF     set if error
	       AX      error code

note 1) Files created with this function are not automatically deleted when the
	caling program terminates.

     2) The funciton fails if:
	a) any element of the pathname does not exist.
	b) a file with the identical pathname (i.e., the same filename and
	   extension in the same location in the directory structure) already
	   exists.)
	c) the file is being created in the root directory and the root
	   directory is full.
	d) the program is running on a network and the user has insufficient
	   access rights to the directory that will contain the file.

     3) This function may be used to implement semaphores in a network or
	multitasking environment. If the function succeeds, the program has
	aquired the semaphone. To release the semaphore, thr program dimply
	deletes the file.

     4) See also Int\21f\3C. The two calls are identical, except that
	Function 5B fails if a file with the same name already exists, rather
	than truncating the file to zero length. Int\21f\5A provides
	additional facilities for creating temporary work files.



file: /Techref/INT/21f/5b.htm, 1KB, , updated: 1999/6/11 09:18, local time: 2024/3/28 04:34,
TOP NEW HELP FIND: 
44.193.80.126:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://massmind.org/techref/INT/21f/5b.htm"> INT 21f 5b</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .