python Programming Glossary: symbolic_link
Create NTFS junction point in Python http://stackoverflow.com/questions/1143260/create-ntfs-junction-point-in-python # For the parse_reparse_buffer function SYMBOLIC_LINK 'symbolic' MOUNTPOINT 'mountpoint' GENERIC 'generic' def islink.. False def parse_reparse_buffer original reparse_type SYMBOLIC_LINK Implementing the below in Python typedef struct _REPARSE_DATA_BUFFER.. 'tag' SZULONG 'data_length' SZUSHORT 'reserved' SZUSHORT SYMBOLIC_LINK 'substitute_name_offset' SZUSHORT 'substitute_name_length'..
|