File: FileCopyPlugin.h

package info (click to toggle)
squeak-vm 1%3A4.0.3.2202-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 15,200 kB
  • ctags: 15,841
  • sloc: ansic: 73,040; cs: 11,191; sh: 10,238; objc: 5,494; asm: 1,533; makefile: 476; pascal: 372; awk: 206; xml: 32
file content (8 lines) | stat: -rwxr-xr-x 485 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
/* This is a hopefully temporary plugin that provides a platform specific way
 * to copy files with all the type and status information intact -
 * rather useful for makefiles, unix shell scripts, Mac resources etc
 * It will fade away once Squeak has decent file handling.
 */
 
int sqCopyFilesizetosize(char *srcNameIndex, int srcNameSize, char *dstNameIndex, int dstNameSize);
int sqCopyDirectorysizetosize(char *srcNameIndex, int srcNameSize, char *dstNameIndex, int dstNameSize);