Browse Source

+ Documented FSplit incompatibility

michael 25 years ago
parent
commit
c20a1723ce
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/dos.tex

+ 3 - 2
docs/dos.tex

@@ -548,8 +548,9 @@ Procedure FSplit (path: pathstr; \\ var dir: dirstr; var name: namestr;
 
 
 \var{FSplit} splits a full file name into 3 parts : A \var{Path}, a
 \var{FSplit} splits a full file name into 3 parts : A \var{Path}, a
 \var{Name} and an extension  (in \var{ext}.) 
 \var{Name} and an extension  (in \var{ext}.) 
-Under \linux, the extension is taken to be all letters after the last dot
-(.).
+The extension is taken to be all letters after the {\em last} dot (.). For 
+\dos, however, an exception is made when \var{LFNSupport=False}, then
+the extension is defined as all characters after the {\em first} dot.
 
 
 \Errors
 \Errors
 None.
 None.