thank you so much for your support. Your all video related to Vb.Net are amazing sir. God bless you sir.
@AutomatewithRakesh4 жыл бұрын
Thank you 🙏 you have been very kind, God bless you my brother
@ishwarchimote93343 жыл бұрын
@@AutomatewithRakesh where I can find your Vb.net video?
@indiagnit4 жыл бұрын
Very nice way of explanation. Keep up the good work going on.
@princeisl78234 жыл бұрын
Nicely explained..
@yashobantadash66702 жыл бұрын
awesome bro!
@truegrabbers2 жыл бұрын
best lecture ever thank u
@AutomatewithRakesh2 жыл бұрын
Thank you
@shabbirmithaiwala555 Жыл бұрын
Hi Sir. first of all thanks for such an interesting and educational videos.. Could you please upload a video in which we have to run a report from an application, create a folder with current date and move those files to that newly created folder. Thanks
@waldemarzielinski69584 жыл бұрын
hi rakesh !! very clear thank you Can you please tell me how can i fetch today file or the latest in the for each loop to be able to work on the file for exemple
@aartijha42893 жыл бұрын
Yes sir, Plz make a video for this . Thanks in advanced.
@sanketkvideo Жыл бұрын
How to get this 'write line' output saved in output excel file?
@nishitkasbi50332 жыл бұрын
I cannot see the split function after I type 'item' . It doesn't show me any function by the name of split. Can you please help
@yashobantadash66702 жыл бұрын
it doesnt show, so u have to write the Split literally in keyboard
@chetanwagh65912 жыл бұрын
That's really helpful
@AutomatewithRakesh2 жыл бұрын
Thanks for the comments, it’s great to know Chetan, continue your learning journey
@sidah63113 жыл бұрын
How to sort files in different folders after getting fle names.?
@dattaveeravalli24463 жыл бұрын
Bro you doing wonderful job Bro I have a dought, in excel sheet there is name suppose Rakesh expohub how to get last name in that bro
@AutomatewithRakesh3 жыл бұрын
I will give you hint: once you get the cell value you need to use substring method. I have videos on substring method vb.net
@balajimuralidharan20264 жыл бұрын
Thank you so much rakesh
@anburenganathan83694 жыл бұрын
What is the use of c while splitting item. split("/"c). last
@AutomatewithRakesh4 жыл бұрын
C represents Character
@vishallandge45233 жыл бұрын
I want filter on folder date and time wise
@SyedAli-iq4ku Жыл бұрын
Thankyou
@AutomatewithRakesh Жыл бұрын
You’re welcome 😊
@priyambadamadhual17844 жыл бұрын
In my case it doesn't showing any date. It showing only patha and file name
@AutomatewithRakesh4 жыл бұрын
In this example the file name was saved along with the date. Does your file names contain dates
@Peter-lz1pd3 жыл бұрын
Please do a video on the case study below 👇 I have a folder with multiple subfolders containing files. The subfolders are named with a person's name. i.e. "Peter Collins" I want to extract the subfolder name, add "." between the first name and last name and "@gmail.com", to the end of the name so I'll have (peter.collins@gmail.com) and send the file insides that particular subfolder as an email attachment with subject and body to the email address I just extracted and manipulated. The process will loop for all subfolders in the folder. Is this possible in Uipath?