Differences between revisions 45 and 58 (spanning 13 versions)
Revision 45 as of 2011-09-15 13:36:06
Size: 1577
Editor: KaiJaeger
Comment: Download link fixed
Revision 58 as of 2018-03-03 11:39:49
Size: 129
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Dealing with Files and Directories =
{{{WinFile}}} is part of the CategoryAplTree project.
= OS: Interface to the Operating system =
Line 4: Line 3:
<<TableOfContents>>

== Overview ==
Nowadays if there is a need to deal with directories and files, there is .NET, right? Well, some companies have decided against .NET, so there is still the need for a .NET-free solution to this. This is what the WinFile class is designed for.

But there is more to say to this: try to get a DirectoryInfo for a directory with, say, 100,000 files. Then compare with this class.

See the list of methods (generated with [[ADOC]]):

== Methods ==
{{{
*** WinFile (Class) ***
Cd
CheckPath
CopyTo
Copyright
DateOf
Delete
Dir
DirX
DoesExist
DoesExistDir
DoesExistFile
GetAllDrives
GetDriveAndType
GetTempFileName
GetTempPath
History
IsDirEmpty
ListDirXIndices
ListDirsOnly
ListFileAttributes
MkDir
MoveTo
ReadAnsiFile
RmDir
Version
WriteAnsiFile
YoungerThan
}}}
Find out more by looking into the documentation [[attachment:WinFileDocumentation.html]]

== Project Page ==

For bug reports, future enhancements and a full version history see WinFile/ProjectPage

== Version Information ==
||Original author: ||KaiJaeger ||
||Responsible: ||KaiJaeger ||
||Email: || kai@aplteam.com ||

<<Include(APLTreeDownloads)>>

----
CategoryAplTree
The project has been relocated to [[https://github.com/aplteam/OS]] on 2018-03-03.

OS: Interface to the Operating system

The project has been relocated to https://github.com/aplteam/OS on 2018-03-03.

OS (last edited 2018-03-03 11:39:49 by KaiJaeger)