P
Pujo Aji
Hello
I would like to know when my deleting process finished.For example:
public static void Main(){
myDeleteMethod();
//NextMove...
}
public static void myDeleteMethod(){
//delete something
}
Question:
How can I assure that when it goes to the NextMove the deleting process
are already finished (for example it is very big file).
Sincerely Yours,
Pujo
I would like to know when my deleting process finished.For example:
public static void Main(){
myDeleteMethod();
//NextMove...
}
public static void myDeleteMethod(){
//delete something
}
Question:
How can I assure that when it goes to the NextMove the deleting process
are already finished (for example it is very big file).
Sincerely Yours,
Pujo