File and Directory Handling #2
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jeff/goedlink#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note: In re-implementing edlink in golang, some of these functions may not be needed.
General:
DelRecord()
—Deletes a file or directory.Directory functions:
DiskInit()
—Initializes the disk.DiskRead()
—Initializes the disk.DirOpen()
—Opens a directory.DirRead()
—Reads a directory entry.DirLoad()
—Loads a directory.DirGetSize()
—Gets the size of the directory.DirGetRecs()
—Gets directory records.DirMake()
—Creates a directory.File Functions:
FileOpen()
—Opens a file with specified mode.FileRead()
—Reads data from a file.FileRead()
—Reads data from a file to memory.FileWrite()
—Writes data to a file.FileWrite()
—Writes data to a file from memory.FileSetPtr()
—Sets file pointer.FileClose()
—Closes the file.GetFileInfo()
—Gets file information.FileCrc()
—Calculates CRC of a file.