I have two questions:
1)I need to convert this two struct declaration (in C lenguage) to a "User defined" ( Type Statement) in Visual Basic 6.0
typedef struct{
DWORD size;
BOOL stat1;
char lpszName[15];
DWORD stat2;
}MYST1,*LPMYST1;
typedef struct {
INT num1;
SYSTEMTIME...
Other way to list only files
without the file path output
%find $DIR -type f -print -type f -printf "%f\n"
i use printf to format the output to list
only filenames(%f) and the '\n' to print
the LineFeed Character.
Have Fun.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.