You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Properties > IMClient.DefaultFileSavePath Property
MessengerYouLike
IMClient.DefaultFileSavePath Property

This Property is Used to Set the default file save path

C#
public String DefaultFileSavePath;
Visual Basic
Public Property DefaultFileSavePath() As String

All incoming files will be saved at this location if this location does not exist it will be created automatically

[Visual Basic]
 
'Create a new IMClient
Dim MC as new IMSDK.IMClient
 
'Set the Path For All incoming File Transfers
MC.DefaultFileSavePath ="c:\IMFiles"
Copyright (c) 2007. All rights reserved.