Welcome, Guest. Please login or register.

Author Topic: Coding: How do I do an assign from C?  (Read 1924 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline krashan

  • Sr. Member
  • ****
  • Join Date: Jan 2003
  • Posts: 253
  • Country: pl
  • Thanked: 1 times
  • Gender: Male
  • Hardware designer and programmer
    • Show all replies
    • Personal homepage
Re: Coding: How do I do an assign from C?
« on: January 08, 2012, 09:29:21 PM »
Quote from: nyteschayde;674905
I would like to replicate the functionality of the CLI command assign from within an application. Does anybody know how to do this?

The dos.library has four related functions:
  • AssignAdd()
  • AssignLate()
  • AssignLock()
  • AssignPath()

Take a look into autodocs for details.