Subversion Repositories SvarDOS

Rev

Rev 415 | Rev 420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 415 Rev 416
Line 83... Line 83...
83
 
83
 
84
/* appends a backslash if path is a directory
84
/* appends a backslash if path is a directory
85
 * returns the (possibly updated) length of path */
85
 * returns the (possibly updated) length of path */
86
unsigned short path_appendbkslash_if_dir(char *path);
86
unsigned short path_appendbkslash_if_dir(char *path);
87
 
87
 
-
 
88
/* get current path drive d (A=1, B=2, etc - 0 is "current drive")
-
 
89
 * returns 0 on success, doserr otherwise */
-
 
90
unsigned short curpathfordrv(char *buff, unsigned char d);
-
 
91
 
88
#endif
92
#endif