Differences between revisions 1 and 2
Revision 1 as of 2016-09-04 20:07:22
Size: 2814
Editor: KaiJaeger
Comment:
Revision 2 as of 2016-09-05 06:16:27
Size: 3066
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

 || /!\ '''Under Construction''' ||
Line 14: Line 12:
|| `Dir`, `DirTree`, `DirX` ||`Dir` || || || `Dir`, `DirTree`, `DirX` ||`Dir` || Syntax change ||
Line 18: Line 16:
|| `ExpandPath` ||`Normalize` || See also `EnforceBackSlash` || || `ExpandPath` ||`Normalize` || Check syntax; see also `EnforceBackSlash` ||
Line 27: Line 25:
|| `RmDir` ||`RmDir` || `(Recursive' 1)` is now the default || || `RmDir` ||`RmDir` || "Recursive" is now the default ||
Line 32: Line 30:
|| `GetNewLineCharsFor` || ||
|| `IsSymbolicLink` || ||
|| `CopyTree` || ||
|| `MoveTree` ||  ||
|| `GetNewLineCharsFor` || Operating system dependent ||
|| `IsSymbolicLink` || Completes `IsDir` and `IsFile` ||
|| `CopyTree` || Copy directory with all its contents ||
|| `MoveTree` || Move directory with all its contents ||
Line 40: Line 38:
|| `CopyTo` || || || `CopyTo` || Signalled errors. ||
Line 46: Line 44:
|| `ExpandEnv` || ||
|| `GetAllDrives` || ||
|| `GetDriveAndType` ||  ||
|| `ExpandEnv` || Never belonged to `WinFile` ||
|| `GetAllDrives` || Never belonged to `WinFile` ||
|| `GetDriveAndType` || Never belonged to `WinFile` ||
Line 56: Line 54:
|| `MoveTo` || || || `MoveTo` || Signalled errors ||
Line 58: Line 56:
|| `ReadBytesAs8BitSignedIntegersFromFile` || ||
|| `WriteAnsiFile` || ||
|| `ReadBytesAs8BitSignedIntegersFromFile` || See `⎕NGET` ||
|| `WriteAnsiFile` || See `⎕NPUT` ||

WinFile versus FilesAndDirs

In order to make the move from WinFiles to FilesAndDirs as smooth as possible this page compares the two classes.

(Almost) unchanged functions

WinFile

FilesAndDirs

Remarks

Cd

Cd

CheckPath

CheckPath

CopyToWithRC

CopyTo

Delete

DeleteFile

Dir, DirTree, DirX

Dir

Syntax change

DoesExist

Exists

DoesExistDir

IsDir

DoesExistFile

IsFile

ExpandPath

Normalize

Check syntax; see also EnforceBackSlash

GetTempFileName

GetTempFilename

Notice change in spelling

GetTempPath

GetTempPath

ListDirsOnly

ListDirs

ListFilesOnly

ListFiles

MkDir

MkDir

MoveToWithRC

MoveTo

PWD

PWD

PolishCurrentDir

PolishCurrentDir

RmDir

RmDir

"Recursive" is now the default

Functions added to FilesAndDirs

Function name

Remarks

GetNewLineCharsFor

Operating system dependent

IsSymbolicLink

Completes IsDir and IsFile

CopyTree

Copy directory with all its contents

MoveTree

Move directory with all its contents

Removed functions

WinFile

Remarks

CopyTo

Signalled errors.

CreateDirParms

CreateDirXParms

CreateListFilesOnlyParms

DateOf

DirTree

ExpandEnv

Never belonged to WinFile

GetAllDrives

Never belonged to WinFile

GetDriveAndType

Never belonged to WinFile

HasSubDirs

IsDirEmpty

IsFilenameOkay

IsFoldernameOkay

IsValidWin32Filename

ListDirXIndices

ListFileAttributes

MoveTo

Signalled errors

ReadAnsiFile

ReadBytesAs8BitSignedIntegersFromFile

See ⎕NGET

WriteAnsiFile

See ⎕NPUT

YoungerThan

WinFileVersusFilesAndDirs (last edited 2016-09-05 06:16:27 by KaiJaeger)