Todo: ----- 29. August 2009: Neue Optionen: - Filetype/S - zeigt den Filetypen an, evtl. mit Hilfe von Ambients recog-dings Feature History: -------- 1.6 (10-Jan-12): New: Added MP=MatchPattern/K match the FILE argument with this amiga dos pattern If the NAME argument is specified, then only the FilePart is checked! A WARN is returned as returncode if pattern doesn't match, so you can check if "IF WARN" in a script! The argument FILE doesn't have to be an existing file, so you can use this feature to match arbitrary strings! QUIET and LF are also supported New: Added MCS=MatchCaseSens/S the pattern match will be case sensitive 1.5 (24-Nov-11): New: Added RNX=RootNameX/N the filename w/o X suffixes and w/o the path f.e. "FileInfo Movie.mpg.avi RNX=2" -> RootName2 : Movie New: Added FRNX=FullRootNameX/N the filename w/o X suffixes but with the path f.e. "FileInfo Movie.mpg.avi FRNX 2" -> FullRoot2 : Video:MyMovies/Movie 1.4 (02-Feb-11): New: Added FC=FileCount/S to show the number of files in a directory if you specified a file instead of a directory as "File" argument, 1 is returned 1.3 (13-Feb-10): New: Added FRN=FullRootName/S to show the name w/o the suffix but with the path 1.2 (29-Aug-09): Chg: "SizeC" for directories isn't recalculated if "SIZE" is also used Fix: "ParentDir" now does a NameFromLock() before, prev. it took the user's filename so a "FileInfo FileInfo PD" show a blank string Chg: Changed N=Name/S to show only the filename w/o the path (with correct spelling!, f.e. if you type "FileInfo FILEinfO N" -> Filename: FileInfo) New: Added FN=FullName/S to show the full filename with path New: Added X=Suffix/S to show the suffix of the file New: Added RN=RootName/S to show the name w/o the suffix Chg: Moved the ParentDir line under the Suffix line